L’interface de VDS Renaissance est disponible en plusieurs langues. La documentation officielle est maintenue en anglais afin de garantir une référence unique, cohérente et toujours à jour.

@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