2.0
3.0
>
lang
>
type
>
boolean
前一个 下一个
编辑
重命名
撤销
搜索
管理
文档
警告! 该页面未翻译。
参见英文版
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
.
参见
Datatypes