S$ = LEFT$( A$, X )
A$ is a string, LEN >= 0 X is a number, [0,MAXLEN]
The X left-most characters of A$, beginning from postion 1.