Syntax
If [Value] [Command]
Where:
This example executes the Delete command, only if [DeleteDoc] is defined in the NOTES.INI file and is non-zero:
IF [DeleteDoc]
Delete 1
Related topics