Type | Text string indicating the type of alert box. There are five types from which to choose: ■Error ■Warning ■Information ■Working ■Question |
Message Text | Text string making up the alert box message. |
Button 1 Label | Text string describing a command button. |
Button 2 Label | Text string describing a command button. |
Button 3 Label | Text string describing a command button. |
Default Choice | Integer value (1, 2 or 3) indicating which command button is the default choice. |
Function | ALERT("Information", "Create a test?", "Yes", "No", "Cancel", 2) |
Result | Alert box with "No" as the default choice |