Space(Number: Integer)
Number. Required number of spaces.
It returns a string consisting of specified number of spaces.
To exclude spaces from source string, use the LTrim, RTrim and Trim functions.
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: