advr.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
DELETE Statement Details
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 DELETE [#]filenumber%
 
 Usage Notes
   ■ If the record you delete is the last record according to the table's
     current index, the current index position is at the end of the table and
     there is no current record.
 
   ■ When you delete any other record in the table, the record following the
     deleted record becomes the current record. The record preceding the
     deleted record remains the previous record.