This function will remove one or more items from an open query database.
Click here for information on identifying an open database.
The key is used to identify the item to be removed. If the key field starts with #, it must be followed by an integer in the range of 0 through Query Database Row Count-1 which is a named variable initialized when the database was opened. This form species an absolute row number to be removed. Note if the database was opened Keyless, this is the only way an item will be removed.
The general key field formats are described in Query Database Keys. These formats are extended for this statement. The following formats are supported in the key field:
Text fields may contain any of the escape sequences described in Escape Sequences.
The statement is only executed once for all execution modes.
The action test state will be set to true if an item was removed. If the item cannot be located, the action test state will be set to false.
Note that the Query Database-Row Count named variable which was created when the database was opened, will be decremented.