LEFT$()
This command will return a string containing the leftmost characters of the string that was provided. If the value is greater than the number of characters in string then the entire string is return. If the value is zero then an empty string is returned. The value provided should be an integer value.
SYNTAX
Return String=LEFT$(String, Value)
RELATED INFO
Text Commands
Glossary
EXAMPLE
Manipulating Strings