Difference between revisions of "Documentation/BASIC Guide/Boolean"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Robot: Automated text replacement (-{{InterWiki Languages BasicGuide\|articletitle=BASIC.*}} +{{InterWiki Languages BasicGuide|articletitle={{PAGENAME}}}}))
m (Robot: Automated text replacement (-{{InterWiki Languages BasicGuide\|articletitle={{PAGENAME}}}} + ))
Line 16: Line 16:
 
</source>
 
</source>
  
{{InterWiki Languages BasicGuide|articletitle={{PAGENAME}}}}
+
 
{{PDL1}}
 
{{PDL1}}

Revision as of 13:10, 20 October 2008


Boolean variables can only contain one of two values: True or False. They 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. The declaration can only be made using the supplement 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