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