
RPBASIC-52 PROGRAMMING GUIDE
2-101
SPC
Syntax: PRINT SPC(expr)
Where: expr = number of spaces to print
Function: Sends expr number of space charac ters (20H) from the serial port.
Mode: Command, run
Use: PRINT SPC(A *4),
Cards: All
DESCRIPTION
SPC m ust be used in conjunction with a print statement.
EXAMPLE
100 PRINT SPC(80-A*4),
Komentarze do niniejszej Instrukcji