Len

Strings
Aptilis 1

Len(String)

Len returns the length of a string.

Return Value:
The length of the string specified.

Example:

a = "Hello" $
c = len(a$)
print("Length of ", a$, " = ", c)
Result:
Length of Hello = 5.0000