QSELECT |
![]() ![]() ![]() |
The QSELECT command constructs a select list from the content of selected records.
Format
QSELECT {DICT} file.name {id... | * | FROM list} {TO list} {SAVING field}
where
The QSELECT command reads selected records from the given file and constructs a select list from the content of the named field or all fields. Multivalued fields are expanded to give a separate list entry for each value or subvalue.
If the default select list is active and there are no record ids or FROM clause on the command line, this list is used to control processing.
|