XFA Specification
Chapter 23, FormCalc Specification
String Built-in Functions
886
Space()
This function returns a string consisting of a given number of blank spaces.
Syntax
Space(n1)
Parameters
n1
is the number of spaces to generate.
Returns
The blank string or null if its parameter is null.
Examples
Concat("Hello ", null, "world.")
returns "Hello world.".
Concat(FIRST, Space(1), LAST)
returns "Gerry Pearl" when the value of the object FIRST is "Gerry", and the value of the object LAST is
"Pearl".
Home Index Bookmark Pages
Pages: Home Index All Pages