insertrecord

The insertrecord statement inserts a new record above the current record.


Parameters

No parameters.


Description

This statement adds a new record above the current record.

This simple example inserts twelve new records into the middle of the current database.

loop
    insertrecord
until 12

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0.