space() Function

The 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"

See Also

BASIC Functions

Masking

Numeric Expressions

Statements and Functions

str() Function