FALSE keyword

Boolean constant. Also see TRUE.

Syntax

FALSE

Example

DIM isValid AS BOOLEAN
isValid = FALSE

IF VISIBLE(obj) = FALSE THEN
'...
END IF

Go back to list of Keywords.