[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
+---------------------------------+
|             RECALL              |
+---------------------------------+
RECALL
        [<scope>] [FOR <expL1>]
        [WHILE <expL2>]
        [NOOPTIMIZE]

-----------------------------------
Recalls records marked for deletion.
-----------------------------------

The RECALL command unmarks records that have been marked for deletion in
the currently selected database.  Any DELETE command can be undone with
the RECALL command.

RECALL can be used to recover records provided a PACK or ZAP has not
been performed on the file.

        . Once a file has been PACKed all records marked for deletion are gone
forever.

<scope>
        Recalls only records that fall in range of records specified by scope.

FOR <expL1>
        Recalls only records that satisfy the logical condition <expL1>.

WHILE <expL2>
        Recalls records as long as logical expression <expL2> evaluates to
true.

NOOPTIMIZE
        Disables Rushmore.

-----------------------------------

See Also:  DELETE, DELETED(), PACK, SET DELETED, ZAP

-----------------------------------

See Also: DELETE DELETED() PACK SET DELETED ZAP
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson