Display message [ ] with [ ] buttons and [ ] icon

Command

MESSAGEBOX

Image
Group Functions
Section <no section>

Description

Shows a dialog to the user with a number of options

Parameter 1

The message to be shown

Parameter 2

The buttons to be shown:

  • OK – will just show an OK button
  • OKCANCEL – will show and OK and Cancel button
  • YESNO – will show a Yes and No button

Parameter 3

The icon to be shown on the dialog:

  • ERROR
  • INFORMATION
  • QUESTION
  • WARNING

Use

This function can be used to display a message about a license agreement.

The following script can be used: