Guide Section: Processing Object Data | EASAP Tree: DATA PROCESSING → SCALAR
EXPAND defines one or more lines of text.
Very often command lines within a batch input file for software applications will contain both fixed text, such as keywords or commands, together with numerical or text values or inputs that are variable. To account for the variable inputs, EXPAND allows an object reference to be used in Value:
![]() |
|
---|---|
Optional Parameters: | |
Value: | Text used to create complete line(s) for insertion into a batch input file, object references allowed. |
File: | Name or object reference of file containing line(s) of text to use instead of Value: |
Delimiter: | Character to delimit object references in Value: above. default→% |
Encoding: | Text encoding used in File: default→US-ASCII |
Value on Error: | Value of object when an object reference in Value: or File: is invalid |
For multiple lines of text in Value: use the 'Long String' editor, a new line created by typing <Enter> will be displayed in the parameter table as a space.
An example of an EXPAND as it will appear in EASAP Builder is shown below.
In this case, a single line of text that contains three object references referencing the objects, yc, xc and Lc, has been specified in Value:
If EXPAND is to be referenced in the Outputs: parameter of a MAP, you can avoid problems caused by invalid object references in Value: or Text: by setting Value on Error: for the EXPAND.