TRUE keyword

Boolean constant. Also see FALSE.

Syntax

TRUE

Example

DIM isValid AS BOOLEAN
isValid = TRUE

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

Go back to list of Keywords.