qck.hlp (Table of Contents; Topic list)
RETRIEVE Statement
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
                 ISAM available in Professional Edition only
──────────────────────────────────────────────────────────────────────────────
 Fetches the current record in an ISAM table and places its data into a
 record variable. Requires PROISAM.EXE or PROISAMD.EXE in the programming
 environment (VBDOS.EXE).
 
    RETRIEVE [#]filenumber%, recordvariable
 
    ■ filenumber%      Number of open ISAM table (same number used
                       in OPEN statement)
 
    ■ recordvariable   Variable of the user-defined type tabletype
                       specified in the OPEN statement
 
 See Also
    INSERT Statement                 ISAM Database Development
    PROISAM Command-Line Options     PROISAMD Command-Line Options
    SEEKEQ Statement                 SEEKGE Statement
    SEEKGT Statement                 UPDATE Statement