Space

Syntax

Space(Number: Integer)

Parameters

Number. Required number of spaces.

Description

It returns a string consisting of specified number of spaces.

Comments

To exclude spaces from source string, use the LTrim, RTrim and Trim functions.

Example

Formula Result Application
= Space(2)

«  »

Expressions can be used in model formulas of modeling container, in formulas of time series database calculated series, in formulas of the modeling container that is a child one for time series database in expression editor.
= Space(4)

«    »

See also:

Functions Available in Expression Editor │ Text Functions