message$ - A message to display
serious - A true/false flag indicating whether something serious happened |
Notify allows you to inform the user of simple events.
Notify displays a window containing the provided message and an OK button. The title of this window is the same text as set using AppTitle. See also: Confirm, Proceed. |
; Example provided by Mag
Notify "This is a message to the user",False Notify "This is a serious message to the user",True End |