bas7qck.hlp (Table of Contents; Topic list)
INSERT Statement
  Syntax  Details  Example                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
INSERT [#]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.
 
See Also    OPEN (File I/O)    RETRIEVE    DELETE