AKD BASIC User Guide | 5 AKD BASIC Functions
5.15 LEN()
General Information
Type Function
Description Returns the number of characters in a string expression.
Syntax
result = Len( x$ )
Instructions
Non-printing characters and blanks are included.
Example
x$ = "New York, New York"
Print LEN(x$) 'prints 18
Kollmorgenâ„¢ | March 30, 2012 78