Table of Contents
LEFT$
Syntax
S$ = LEFT$( A$, X )
Parameter
A$ is a string, LEN >= 0 X is a number, [0,MAXLEN]
Description
The X left-most characters of A$, beginning from postion 1.
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.