QUERY

Syntax: #QUERY expression [view SupressOutput]
Related: #FIND, #DBRESET

Queries the current database view and displays records who match the given expression. If View is present, it is a string list whose first item is the name of the View to query. The optional second item of the list is the name of the Database to query. If SupressOutput is present and non-zero, no output is displayed to the screen.

QUERY Example

#QUERY ((&Hit>2) & (&Dam > 2)) Weapons

displays all of the records in the Weapons view whose Hit and Dam fields are both greater than 2. Always make sure there are parenthesis around the entire first expression.



Contents PW READ