Product: LABELVIEW, CODESOFT
Version: All Versions
|
len(<<string>>): Gives the length of the string argument. Spaces are counted as characters.
Example:
len("Paris, New York") = 15
len("") = 0
len(" ") = 1
|
|
len(<<string>>): Gives the length of the string argument. Spaces are counted as characters.
Example:
len("Paris, New York") = 15
len("") = 0
len(" ") = 1
|