SPC

A statement which prints a number of spaces to the screen. The argument specifies the number of spaces (up to 255) to be printed.

SPC can only be used within a PRINT or INPUT statement.

PRINT DATE;SPC(6);SALARY
INPUT SPC(5) "What is your name ",name$

Syntax

Associated Keywords