Action
Returns the length of a string.
Syntax
LEN ("string")
Parameter
String
The string whose length you want to discover.
Returns
The number of characters contained in the specified string.
Example
$x = LEN(@USERID)