Difference between revisions of "MC-Basic:SPACE$"

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
Line 41: Line 41:
 
* [[Axystems:MC-Basic:STRING$|STRING$]]
 
* [[Axystems:MC-Basic:STRING$|STRING$]]
  
 
+
[[Category:Axystems:MC-Basic:String_Manipulation|SPACE$]]
 
}}
 
}}

Revision as of 14:56, 6 March 2014

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