Left

The Left function returns a substring that is a defined number of characters from the left side of the original string.

Syntax

variable = Left ( source, count )

Remarks

source                  The source parameter is the string that will be parsed by this instruction.

count                    The count parameter is used to specify the number of characters from the left side of the string to return.