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