FALSE


General Form:

     FALSE


The FALSE keyword is a numeric variable with a constant value of zero. Any numeric variable can be set to FALSE:

Variable = FALSE

the variable can then be tested in a similar way:

IF (variable = FALSE)

See also:

TRUE