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