Displays a standard dialog box with he text given. Clicking the OK button closes the dialog box.
Syntax
ALERT(text-expression)
Arguments
text-expression Text to display in the alert dialog box. Example
ALERT ("Thank you for using gobeProductive.")
When evaluated, displays a dialog box with the text above.