LEFT$( string$, number-of-chars )
Returns a substring of ‘string$’ with ‘number-of-chars’ from the left (beginning) of the string.
PRINT LEFT$("Now is the time for all good men", 15)
Now is the time
See also:
FORMAT$
INSTR
LCASE
LEN
MID$
RIGHT$
SPACE$
SPC
STRING$
UCASE$
Applies to:
CGCOLORMAX
CGMMSTICK
CGMICROBOARD
CGMICROMITE
Leave a Reply