The length() function takes a string as an argument. It returns the count of characters (including spaces) in that string.
(OR)
(OR)
(OR)
| Parameter | Description | Data type |
|---|---|---|
| <variable> | Variable which will contain the count of characters. | NUMBER |
| <string> | The string whose number of characters will be returned. | TEXT |