Length
Returns the number of characters on the given string.
Syntax
String.Length
ยท [text]
Parameters
- text
- The string to get the length of.
Return Value
The length of the given string.
Returns the number of characters on the given string.
String.Length
ยท [text]
The length of the given string.