addrecord

The addrecord statement adds a new record at the end of the current database.


Parameters

No parameters.


Description

This statement adds a new record to the end of the database.

This simple example adds twelve new records at the end of the current database.

loop
    addrecord
until 12

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0.