Excerpt |
---|
|
stringLength(stringToTest) Returns the length of a string. |
Function: stringLength()
Returns the length of a string.
...
Argument | Type | Description |
---|
stringToTest | String | The string to be tested. |
Examples
stringLength("01223236023")
Returns 11.
See Also