Difference between revisions of "SPACE$"
Jump to navigation
Jump to search
imported>Clippy |
imported>Clippy |
||
Line 14: | Line 14: | ||
− | ''See also:'' [[STRING$]], [[SPC]] | + | ''See also:'' [[STRING$]], [[SPC]], [[TAB]] |
Revision as of 20:53, 12 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.