@ASK

Windows Linux macOS

Syntax

@ASK(<string>)

Description

This function displays a dialog box containing a question mark icon, the message <string>, and buttons for Yes and No. The value 1 (true) is returned if the user responds Yes; otherwise the function returns null (false).

OK

Unchanged.

Example

IF @ASK(Do you want to continue?)
  # Do something useful
END

See also