E
Eric G
I have two checkboxes on my form. Other than different names, they are set
up exactly alike. When I check the values of the checkboxes (in the VBE
debugger), I see that one of them returns True/False as the value, and the
other returns -1/0 as the value.
What's up with that? Why the difference? I know that -1 = True and 0 =
False, so the actual value is not different, but the way it is displayed is
different.
Thanks,
Eric
up exactly alike. When I check the values of the checkboxes (in the VBE
debugger), I see that one of them returns True/False as the value, and the
other returns -1/0 as the value.
What's up with that? Why the difference? I know that -1 = True and 0 =
False, so the actual value is not different, but the way it is displayed is
different.
Thanks,
Eric