|
Len() |
|
|
Purpose To calculate the length of a character string Syntax Len( <cString> ) nLength Arguments <cString> is the character string to determine the length of Returns Len() returns the length (in characters) of <cString>.
|