Homepage | About EASA | Contact
Guide Section: Processing Events and Performing Actions
EASAP Tree:
EVENT PROCESSING → ACTION → DATA PROCESSING ACTIONS / PROCESSES → DATA PROCESSING ACTIONS
SET LIST is a Child of 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 a new explicit LIST assigned the value(s) of the objects listed in Value: |
Value: | Comma-separated list of value(s) to assign to a new LIST specified in Name: (SCALAR and 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. |