@QUERY |
|
| Top Previous Next | |
Syntax:
@QUERY(<string>)
Description:
This function displays a dialog box containing a question mark icon, the message <string>, and buttons for OK and Cancel. The value 1 (true) is returned (and OK is set to true) if the user responds OK; otherwise the function returns null (false) and OK is set to false.
OK:
Unchanged.
Example:
IF @QUERY(Insert disk in drive A: and press OK)
REM Do something with disk in drive A:
END
See also: