Left()
Syntax
Result$ = Left(String$, Length)Description
Returns the first 'Length' number of characters from the left side of the string. This function is safe to use even if you give out-of-bound values for the 'Length' parameter (it will simply return the best matching result).
Supported OS
All