qselect Command

The qselect command creates a list from the specified file reference and item list, similar to the get-list command.

Syntax

qselect file.reference {itemlist*} {(adi.ref)}

Parameter(s)

adi.ref

Attribute number in an item (or list of items) specified by the item list. If an ADI reference is not specified, all attributes are used.

item.list*

List of items.

The list is constructed from the attributes specified by the ADI reference (attribute number) in an item (or list of items) specified by the item list. Each attribute, value, and subvalue becomes a single attribute value in the list.

Example(s)

Builds a list from the MultiValues stored in attribute 5 of the item-ID s12345 from the invoice-file.

qselect invoice-file s12345 (5

 

qselect dict d3.doc ’desc’

See Also

.readnext Command, copy Command, delete-list Command, edit-list Command, get-list Command, nselect Command, save-list Command, select Command, sselect Command