info("eof")

The info(“eof”) function returns true if the active record is currently the last visible (selected) record.


Description

The info(“eof”) function returns true if the active record is currently the last visible (selected) record. (Note: eof stands for end of file.)

This example loops until the database is at the very last visible record.

loopwhile not info("eof")
    downrecord
endloop

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0