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

RELATED INFO
TEXT Commands Menu
Index

EXAMPLE
View Showcase Example
View Usage Example