Description | The |
Syntax | LENGTH( |
Output | integer |
Variables
text
: The input text string for which you want to calculate the length.
Example
LENGTH(`Text`)
ID | Text | LENGTH |
1 | Hello, World! | 13 |
2 | Example | 7 |
3 | Savant | 6 |
Computes the length (number of characters) of a text string
Description | The |
Syntax | LENGTH( |
Output | integer |
text
: The input text string for which you want to calculate the length.
LENGTH(`Text`)
ID | Text | LENGTH |
1 | Hello, World! | 13 |
2 | Example | 7 |
3 | Savant | 6 |