Notify message$[,serious]

Parameters

message$ - A message to display
serious - A true/false flag indicating whether something serious happened

Description

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

; Example provided by Mag
Notify "This is a message to the user",False
Notify "This is a serious message to the user",True
End

Index

Click here to view the latest version of this page online