SPC¶
Function¶
SPC moves the cursor along the line by printing spaces
Syntax¶
PRINT SPC(n) 0<n<255
Examples¶
100 PRINT"HELLO";SPC(10);"HOW ARE YOU ?"
Will display:
HELLO HOW ARE YOU ?
Remarks¶
SPC must be used with one of the PRINT statements.