AdvancedSort

From Planimate Knowledge Base
Revision as of 14:13, 23 April 2008 by Craig.Chandler (talk | contribs) (New page: Routine operation that performs a sort on a table using another table to define the sort criteria. The second table passed contains the configuration information for the sort as follows: ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Routine operation that performs a sort on a table using another table to define the sort criteria.

The second table passed contains the configuration information for the sort as follows:

  Column 1  contains the column #s for the sort keys
  Column 2  contains the forward/reverse flag (0 = forward, 1 = reverse)
  Column 3  contains the numeric/alpha flag (0 = numeric, 1 = alpha)

This table can contain up to 8 rows, the maximum number of sort columns supported.