Skip to main content

false

false : boolean

ParameterTypeDescription
Resultboolean<-false

Description

false returns the boolean value false.

Example

The following example sets the variable vbOptions to false:

 var vbOptions : boolean
vbOptions = false

See also

not
true