User Tools

Site Tools


com:reduceset

This is an old revision of the document!


REDUCESET Command

REDUCESET,<var>,[sorttype]

This command will sort all of the elements in the variable list and remove duplicate values in the variable list. All values in the variable list are stored as character strings by default. The sorttype argument is provided so users can sort the list numerically if all list elements are numbers.

  • var - variable name that the command will work on
  • sorttype - Specify the way each element in the variable list will be sorted and reduced
    • blank - Sort based on lexicographic order (default)
    • INT - Sort based on integer order
    • FLOAT - Sort based on double precision floating point ordering
com/reduceset.1424366242.txt.gz · Last modified: 2015/02/19 12:17 (external edit)