|
<< Index >> |
FutureBasic |
alert | statement / function | |
|
response = alert tag, style, message, informativeText, buttonTitles
Parameter |
Description |
tag | A number (1 through 1000000) that you assign when you create the alert and that you refer to when altering the alert. A negative tag hides the alert. |
style | The alert style: |
message | The alert's message text as a |
informativeText | The alert's info text as a |
buttonTitles | A semicolon-delimited |
sheetFlag | A boolean value to indicate if the alert will be a sheet attached to the current output window. Note An alert sheet does not return a response value from the alert statement, but instead posts an |
The user clicked the first (rightmost) button on the dialog or sheet. This return value = 1000. | |
The user clicked the second button from the right edge of the dialog or sheet. This return value = 1001. | |
The user clicked the third button from the right edge of the dialog or sheet. This return value = 1002. | |
+ n |
Subsequent button clicks. |