StrLen()
Type: REGULAR
FUNCTION
Purpose: Returns the number of characters in a string, not including the terminating null character.
Usage: Length = StrLen(String)
String
STRING
String for which to determine length
Length
INDEX
Number of characters in String.
Related Topics