User Tools

Site Tools


Table of Contents

MAPPED LIST

Guide Section: Processing Object Data | EASAP Tree: DATA PROCESSING Branch


MAPPED LIST is a LIST that is selected from the LIST's in Outputs: depending on the value of the SCALAR in Value:

MAPPED LIST
Essential Parameters:
Value:A SCALAR to be compared to the sequence of SCALAR's in Inputs:
Inputs:A sequence of SCALAR's, one of which should match to the SCALAR in Value:. The position of the match in this sequence, determines the corresponding LIST that MAPPED LIST obtains from the sequence of LIST's in Outputs:
Outputs:The possible output LIST's. These must agree in number with the number of SCALAR values for Inputs:
Optional Parameters:
Delimiter:Character to delimit a SCALAR reference in Value: (default→%)

Example

  • LOGICBOX logicbox1→TRUE
  • MAPPED LIST mappedList
    • Value: logicbox1
    • Inputs: TRUE, FALSE
    • Outputs: List1, List2
  • mappedListList1

Page Tools