Onetastic Macro Documentation >
>
>
String_Length String_Length
Returns the length of the given string.
Syntax
Numeric String_Length(String string)
Parameters
- String string
- String to return the length of.
Examples
String_Length("")
String_Length("banana")
String_Length("The quick brown fox")
|