De interface van VDS Renaissance is in meerdere talen beschikbaar. De officiële documentatie wordt in het Engels onderhouden om één consistente en altijd actuele referentie te garanderen.
@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