STRING$( number, ascii-value|string$ )
Returns a string ‘number’ bytes long consisting of either the first character of string$ or the character representing the ASCII value ascii-value (range from 32 to 126).
PRINT STRING$(5, "Hello")
HHHHH
PRINT STRING$(5, 100)
ddddd
See also:
FORMAT$
INSTR
LCASE
LEFT$
LEN
MID$
RIGHT$
SPACE$
SPC
UCASE$
Applies to:
CGCOLORMAX
CGMMSTICK
CGMICROBOARD
CGMICROMITE
Leave a Reply