qb45advr.hlp (Topic list)
SPC Function Programming Example
  QuickSCREEN      Details     Example      Contents      Index
──────────────────────────────────────────────────────────────────────────────
SPC Function Programming Example
 
CLS                               'Clear the screen
PRINT "OVER";SPC(15) "THERE"
 
Sample Output
 
OVER               THERE