User Tools

Site Tools


CUT

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


CUT creates a subset LIST from an existing one.

CUT requires either start and end indexes or a filter that accepts values based on a logical expression.


Note: Any LIST referenced in the logical expression used in the Filter: parameter must be the same length as the one set in the List: parameter.


CUT
Optional Parameters:
List:Choice of an existing list object
Optional Parameters:
Start:Index location of first of several sequential values to cut from LIST, Expressions allowed
End:Index location of last value to cut from LIST Expressions allowed
Filter:Logical expression and if TRUE then value taken from List: