Included for backward compatibility. Use APPEND or INSERT - SQL instead.
This command is undocumented in the original VFP9 help file,
but the following documentation was found in the FoxPro for Windows 2.6 help, and may still be valid:
Inserts a new record into the current table immediately after the current record and displays the new record for editing.
INSERT [BEFORE] [BLANK] |
Remarks
INSERT is included for backward compatibility. Use APPEND or INSERT - SQL instead.
If SET CARRY is ON and BLANK isn't included, data in the previous record is automatically copied into the new record.
If the file is indexed, INSERT works like APPEND.

Microsoft Visual FoxPro 9 SP2 Help file, VFPX Edition v1.08