bas7qck.hlp (Table of Contents; 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.
RETRIEVE Statement
  Syntax  Details  Example                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
RETRIEVE [#]filenumber%,recordvariable
 
    ■ filenumber%       The number of an open ISAM table.
    ■ recordvariable    A variable of the user-defined type tabletype
                        that was specified in the OPEN statement.
 
    ■ The values passed to recordvariable must exactly match the field
      types in the user-defined type.
 
See Also    UPDATE    INSERT    SEEKoperand ISAM Family