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