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