Homepage | About EASA | Contact
Guide Section: Processing Events and Performing Actions | EASAP Tree: EVENT PROCESSING Branch / PROCESSES Branch
SET LIST is a Child to DATA PROCESSING ACTIONS.
SET LIST sets the values of an explicit LIST. The object in the Value: parameter is either appended to or overwrites the LIST in Name: depending on the value of the Append: parameter (default→Name: is overwritten).
![]() |
|
---|---|
Essential Parameters: | |
Name: | Name of explicit SCALAR or LIST to store values. |
Value: | Comma-separated list of value(s) to set within the object specified in Name: parameter. (SCALAR or LIST references allowed) |
Optional Parameters: | |
Delimiter: | Character to delimit object references in Value: ( default→%) |
Append: | Append values to end of LIST instead of overwriting LIST. (default→FALSE, TRUE) |
Do if: | Logical expression, if FALSE then action NOT performed else default→TRUE. |