Creates a pop-up message on the user's screen
While many other mechanisms exist to place messages on the screen, this simplistic one allows asynchronous one-liners to pop up via a function call.
menu: veeos ==> Coding ==> popupNotice
library: codeLib
o_popupNotice("present status is RED") pops up a message on the user's screen
The popup used is asynchronous and will stay in place as long as the program is running. If you desire to eliminate it at any time, send the message "HIDENOTICE".
Vee 7.0+, all platforms