| who (R83) | Index Level | wselect |
| Syntax | |
| Category | TCL |
| Type | Verb |
| Description |
is a FlashBASIC simulation of the "list" verb that additionally exploits b-tree indicies.
For instance: list entity by name In this example, only one attribute is specified. If there happens to be an index defined on the attribute referenced by "name", the response is practically immediate, since it can fetch the pre-sorted b-tree for the requested list. If the sentence were to contain a more complex expression, such as in the case: list entity by zip by name Again, assuming that indices are defined on both the "zip" and "name" field, Access processes the sentence as though the indices were not even there. In some rare and peculiar cases, "wlist" may be faster than the "list" verb. In addition, Access does NOT use the indices if any wildcards ("^") or string-searching characters ("[" or "]") are present in the sentence. |
| Options | |
| See Also | wsort wsselect wselect list |
| Example | |
| Warnings | |
| Compatibility | D3 7.0 AP |
| who (R83) | Index Level | wselect |