MID$( string$, start-position-in-string[, number-of-chars ] )
Returns a substring of ‘string$’ beginning at ‘start-position-in-string’ and continuing for ‘number-of-chars’ bytes. If ‘number-of-chars’ is omitted the returned string will extend to the end of ‘string$’
PRINT MID$("Now is the time for all good men", 8, 12)
the time for
See also:
FORMAT$
INSTR
LCASE
LEFT$
LEN
RIGHT$
SPACE$
SPC
STRING$
UCASE$
Applies to:
CGCOLORMAX
CGMMSTICK
CGMICROBOARD
CGMICROMITE
Leave a Reply