Liberty BASIC Help Online

SPACE$( n )
 
Description:
This function will a return a string of n space characters " ", or (ASCII 32).  It is useful when producing formatted output to a file or printer.
 
Usage:
 
    for x = 1 to 10
        print space$(x); "*"
    next x


Copyright (C) 2003 Shoptalk Systems
Liberty BASIC - http://www.libertybasic.com/