SPACE
Produces desired number of spaces
SPACE(number
)
Returns a string containing the number
of repeated spaces
Arguments
Input | Description |
| Number of spaces to fill string with |
Output
A string with specified number
of spaces
Example
Last updated