VDS Renaissance のインターフェースは複数の言語に対応しています。公式ドキュメントは、単一で一貫した常に最新のリファレンスを保証するため、英語で管理されています。
@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