Home > lang > type > boolean 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs ar fa id vi ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english version 
Boolean
DIM Var AS Boolean

This native datatype represents a boolean value.

The value of a boolean can be either TRUE or FALSE.

When converting a boolean to a numeric value, TRUE becomes -1 and FALSE becomes 0.

See also

Datatypes