Extracts the first (that is, leftmost) nCount
characters from String and returns a copy of the
extracted substring. If nCount exceeds the string
length, then the entire string is extracted. Left
is similar to the Basic LEFT$ function.
Arguments:
String - String from which the
first nCount characters will be extracted.
nCount - The number of characters
to extract from String.