Guide Section: Processing Object Data | EASAP Tree: DATA PROCESSING > LIST
SORT creates a new LIST of sorted values from an input LIST.
The reordering can be determined either numerically or alphabetically, can be set to ascending or descending order, or may be re-ordered according to a list of indexes specified in Sort Using:
![]() |
|
---|---|
Essential | |
List: | List whose values are to be sorted into the new list |
Type: | Select type of sorting (Alphabetical, Numerical) |
Direction: | Select direction of sorting (Ascending, Descending) |
Optional | |
Sort Using: | Enter a literal sequence or LIST of indexes to re-order List: |