HTBasic Help
×
Menu
Index

LEN

Returns the number of characters in a string.
 
 LEN( string-expression )
 
 
Example:
 
Description:
The LEN function evaluates the string expression and returns the number of characters in the resulting string. If there is nothing in the string, the LEN function returns a zero value.
 
See Also: