insertbelow

The insertbelow statement inserts a new record below the current record.


Parameters

No parameters.


Description

This statement adds a new record below the current record.

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

loop
    insertbelow
until 12

Note: This statement inserts a record without changing the current column. If you want to insert a record and move to the first column in the database, use the InsertBelowCarriageReturn statement.


See Also


History

VersionStatusNotes
10.0UpdatedCarried over from Panorama 6.0, but no longer moves to the first column of the database (use the InsertBelowCarriageReturn statement if that is what you want.