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.
@ZERO
Windows ✓Linux ✓macOS ⏳
Syntax
@ZERO(<string>)
Description
This function returns the value 1 (true) if the value of <string> is zero; otherwise the function returns null (false).
OK
Unchanged.
Example
IF @ZERO(%V)
INFO Result is zero
END