If command
Used in a Server.Load script to execute [Command] if [Value] is non-zero.

Syntax

If [Value] [Command]

Where:

Example

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