Difference between revisions of "SPACE$"
Jump to navigation
Jump to search
imported>Clippy |
imported>Clippy m |
||
Line 3: | Line 3: | ||
− | ''Syntax:'' SPACE$(number_of_spaces%) | + | ::::::''Syntax:'' SPACE$(number_of_spaces%) |
Revision as of 23:44, 21 September 2009
The SPACE$ function is used to insert a specified INTEGER number of spaces into a STRING value or variable.
- Syntax: SPACE$(number_of_spaces%)
- Can be used in any string value using the + concatenation operator.
- Semicolons or + can be used in a screen PRINT or PRINT (file statement).
- Spaces are often used to erase previous text PRINTs from the screen.