MC-Basic:SPACE$

From SoftMC-Wiki
Revision as of 09:17, 22 May 2014 by Miborich (talk | contribs)
Jump to: navigation, search

SPACE$ generates a string consisting of the specified number of blank spaces.

Syntax

SPACE$(<number>)

Availability

All versions

Type

<return value>: String
<number>: Long

Range

<return value>: String
<number>: 0 to MaxLong

Scope

Configuration, Task or Terminal

Limitations

Read only

Examples

Test = “First”;Space$(10);”Next”

First          Next

See Also