.UTIL GET MESSAGES
This subroutine populates the --- MESSAGES file with any messages that were issued. Added in 5.2.0.
Usage:
GOSUB --- .UTIL GET MESSAGES
* Check for errors
IF --- .UTIL GET MESSAGES NE
Description:
This subroutine populates the --- MESSAGES file with any messages (Error, Warning, Message) that were issued to the user.
After calling this routine, you can read --- MESSAGES to see what Errors, Warning and Messages were issued. You would typically do this at the end of your code, after you have issued all the Error/Warning/Message commands. Note that you can get this information even before the messages have been displayed to the user.
You could use this information to provide your own message display in addition to the one provided by Appx, or to check to see what messages were issued by your code.
Comments:
Read what other users have said about this page or add your own comments.
--
JeanNeron - 2012-06-21