Platform | x64, Win32, .NET |
Purpose |
To get the length of a character string. |
Class |
Inquiry function. |
Syntax |
INTEGER FUNCTION LEN(STRING) |
Return value |
The result is the number of characters in STRING if it is scalar or in an element of STRING if it is array of character strings. |
Example |
If STRING is declared as |