Navigation bar
  Start Previous page
 39 of 283 
Next page End 34 35 36 37 38 39 40 41 42 43 44  

30
CBool
Type
Function returning Boolean
Invocation
CBool(arg)
Parameter
Method
Type
Description
arg
ByVal
Byte
The value to convert to a Boolean value.
Discussion
This function converts a Byte value to a Boolean value.  If the byte has the value 0 the result will be
False, otherwise it will be True.
Example
Dim pinHi as Boolean
Previous page Top Next page