Gets characters from the beginning of a string
Syntax
string = Left Str (theString,length)
Description
Returns length characters from the beginning of theString.See also Right Str and Mid Str.
Returns length characters from the beginning of theString.