Len( )
| Action: | Returns
the length of a string. |
| Syntax: | LEN
("string") |
| Parameters: |
String
|
| Returns: |
The
number of characters contained in the specified string. |
| Example: | $x = LEN(@USERID) |