The listdict BASIC program sorts the given file’s dictionary items by attribute count and by item-id then produces a report showing the contents of the various ADIs.
Syntax
listdict {file.reference} {(options} |
Synonym(s)
list-dict ld |
If no file reference is specified, the report defaults to using the current master dictionary.
Only items which contain a, s, or x in attribute 1 are presented. This eliminates showing D-pointers in this report.
Parameter(s)
options |
n |
Affects output to the terminal only, preventing output from pausing at the end of each (terminal) page of output. |
p |
Directs output to the system printer, via the spooler. |
CAUTION |
If options are specified, the file reference must be explicitly stated. |
Example(s)
Produces a report of the ADIs in the master dictionary of the current account and directs the output to the terminal.
listdict |
Produces a report from the dictionary of the d3.doc file and directs the output to the spooler.
listdict d3.doc lptr |
See Also