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