PickBASIC / FlashBASIC
space() function
.mdThe space() function generates a string of spaces of a length equal to the value of the numeric expression.
Syntax
space(num.exp)Parameter(s)
| num.exp | Specifies the number of spaces in the generated string. |
Example(s)
crt "name" : space(22) : "phone number"