| Syntax |
sort file.reference {itemlist} {seqlist} {sellist} {modlist} {outlist} {print limiters} {(options)}
|
| Category |
Access
|
| Type |
Verb
|
| Description |
generates sorted and formatted output of selected items and attributes from a specified file.
The output produced by sort is identical to the output produced by list when the "by" modifier is specified.
|
| Options |
* see "options: Access".
|
| See Also |
options: list processor modlist modifiers outlist by-exp by-dsnd seqlist sellist selection criteria itemlist by-exp-dsnd by wsort list Access verbs ms (mask alter sort)
|
| Example |
sort entity by company by name with name "PICK]" company name id-supp (p
Prints a list of entity items sorted by company and name, whose name starts with "PICK". The company and name are printed, and the entity item-id is not printed.
|
| Warnings |
The sorting sequence may be altered by using the 'ms' processing code.
|
| Compatibility |
D3 7.0 AP R83
|