De interface van VDS Renaissance is in meerdere talen beschikbaar. De officiële documentatie wordt in het Engels onderhouden om één consistente en altijd actuele referentie te garanderen.
@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