Left
Function |
Left(text, length)
|
Use
The Left() function returns a specifed number of characters from the left of a text value.
Examples
Left("abcdefg", 4) = "abcd"
Left("Do you wish me a good morning?", 9) = "Do you wi"
Left is included by default in each file as part of the Text library.
See also: