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