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