---+ .UTIL GET MESSAGES _This subroutine populates the --- MESSAGES file with any messages that were issued. Added in 5.2.0._ <br />%TOC% ---++ Usage: <pre> GOSUB --- .UTIL GET MESSAGES * Check for errors IF --- .UTIL GET MESSAGES NE </pre> ---++ 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._ <br />%COMMENT% -- Main.JeanNeron - 2012-06-21
This topic: Main
>
WebHome
>
FullAPIList
>
0LASubrUtilGetMessages
Topic revision: r4 - 2016-02-25 - JeanNeron
Copyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback