布尔变量

From Apache OpenOffice Wiki
Jump to: navigation, search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


TrueFalseThey are suitable for binary specifications that can only adopt one of two statuses. A Boolean value is saved internally as a two-byte integer value, where 0 corresponds to the False and any other value to True. There is no type declaration symbol for Boolean variables. As Boolean


Example declaration of a Boolean variable:


 Dim Variable As Boolean


Content on this page is licensed under the Public Documentation License (PDL).
Personal tools