SPACE$/WSPACE$

Top  Previous  Next

Syntax

STRING = SPACE$(num as INT)

WSTRING = WSPACE$(num as INT)

Description

Returns a string filled with spaces.

Parameters

num - Number of spaces to fill.

Return value

A string of spaces.

Remarks

See Also: STRING$

Example usage

A$ = SPACE$(10)