Takes two parameters, FieldBase, SortFieldList
Description:
Sorts the entire Work Query by the space-separated SortFieldLlisted, with each stage of the sort being non-destructive to the previous stage.
Field names may be prefixed by a # symbol in order to do a numeric sort instead of a text sort. Also, Field names may be prefixed by a - symbol in order to reverse the sort order. Using -# will then by a numeric reverse sort.
Usage:
FieldBase, SortFieldList
[WorkWith], SortFieldList
Example:
Sort "MemTab.Contact.", "Country ProvState City Postal"
Sort "Comp.Results.", "-#Points-Total"