LEFT$
STRING Function
Windows/Unix
A string function that returns a string consisting of the leftmost n characters of a string.
Syntax
:
LEFT$(string-expression, n)
A$ = LEFT$("Hello",2) '-- returns he