info("found")

The info(“found”) function returns true or false depending on whether the last find or next statement was successful.


Description

This function returns true if the last Find or NextMatch statement was successful. If nothing was found, false is returned.

The procedure below looks for Acme Widgets. If it finds this company, it increases the quantity in this record by one.

find Company="Acme Widgets"
if info("found")
    Quantity=Quantity+1
endif

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0