SPACE

Produces desired number of spaces

SPACE(number)

Returns a string containing the number of repeated spaces

Arguments

Output

A string with specified number of spaces

Example

SPACE(`3`) = "   "

Last updated