Hitachi

JP1 Version 11 JP1/Script Description and Reference (For Windows Systems)


8.3.9 Space (return a specified number of one-byte spaces)

Purpose

Returns a string containing a specified number of one-byte spaces.

Syntax
Space (Number)
Argument
Number

Specify the number of spaces or a variable that stores this value. The specified range is zero to 1,024. If you specify 0, a zero-length string ("") is returned. If you specify a value greater than 1,024, 1,024 is assumed.

Description

The Space command returns a string containing a specified number of one-byte spaces.

Example
' Store three spaces in variable string1.
Dim string1
string1 = Space (3)
JP1/Script version

Supported from JP1/Script 01-00.