La interfaz de VDS Renaissance está disponible en varios idiomas. La documentación oficial se mantiene en inglés para garantizar una referencia única, coherente y siempre actualizada.
@NOT
Windows ✓Linux ✓macOS ⏳
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