LENGTH
- Last UpdatedDec 19, 2022
- 1 minute read
The function returns the number of characters in the specified expression excluding trailing blanks.
Syntax
Int32 LENGTH(s AnsiString)
Int32 LENGTH(s String)
Arguments
-
s
Must be a character string or an expression resulting in a character string.