info("error")

The info(“error”) function returns the most recent error message.


Description

The info(“error”) function can be used after an error has been caught. (Errors can be caught by if error, by try catch, or by onerror. See Error Handling for more information about error trapping.) The function returns the error message that would have been displayed if the error had not been trapped.


See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0