| pverify | Index Level | r83.setup |
| Syntax | qselect file.reference {itemlist*} {(attr.ref)} |
| Category | TCL |
| Type | Verb |
| Description |
creates a list from the specified "file.reference" and itemlist*, similar to the "get-list" command.
The list is constructed from the attributes specified by "attr.ref" (attribute name or number) in an item (or list of items) specified by "itemlist*". Each attribute, value and subvalue becomes a single attribute value in the list. If no "attr.ref" is specified, all attributes are used. |
| Options | |
| See Also | attr.name itemlist* copy readnext readnext select sselect save-list delete-list el edit-list get-list nselect |
| Example |
qselect invoice-file s12345 (5
This builds a list from the multi-values stored in attribute 5 of the item-id "s12345" from the "invoice-file". qselect dict d3.doc 'desc' This constructs a list out of the "desc" attribute-defining item in the dictionary of the "d3.doc" file. |
| Warnings | |
| Compatibility | D3 7.0 AP R83 |
| pverify | Index Level | r83.setup |