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.
@NOT
Syntax
@NOT(<string>)
Description
This function returns the value 1 (true) if the string is empty (null); otherwise the function returns null (false).
This function is equivalent to @NULL.
OK
Unchanged.
Example
IF @NOT(@ZERO(%2))
GOTO loop
END