<< Click to Display Table of Contents >> Navigation: Explain™ Control Language > Library Routines > Miscellaneous functions > StrLen() |
Return the number of characters in a string, not including the terminating null character.
REGULAR FUNCTION
Length = StrLen(String)
String |
STRING |
String for which to determine length. |
Length |
INDEX |
Number of characters in String. |