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.
@OK
Syntax
@OK()
Description
This function is used to test the status of the OK indicator, which is set to false when a non-fatal error occurs during execution of a DialogScript command or function. It returns 1 (true) if OK is true, otherwise the function returns null (false).
OK
Unchanged.
Example
IF @OK()
REM Do something useful
ELSE
WARN Operation failed!
END