SPC
Syntax
Description
Prints I blanks on the terminal. SPC may only be used with PRINT and LPRINT statements. I must be in the range 0 to 255.
Example
PRINT "OVER" SPC(15) "THERE"
Output:
See Also
- SPACE$ - Returns a string of spaces
- TAB - Move to specific column position
- PRINT - Output to screen
- LPRINT - Output to printer
- POS - Get current cursor position