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.
@QUERY
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