Die Oberfläche von VDS Renaissance ist in mehreren Sprachen verfügbar. Die offizielle Dokumentation wird auf Englisch gepflegt, um eine einheitliche, konsistente und stets aktuelle Referenz zu gewährleisten.
@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