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 the 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)