Boolean declaration

Edwik

Registered User.
Local time
Today, 16:33
Joined
Aug 19, 2005
Messages
40
Hi,

In ADP project I want declare ckeckbox data:

dim strDec as String

strDec = 1 ' if True
strDec = 0 ' if False

How can I show all records:
strDec = ? ' Show all recrords (true and false)

?
 
I recieve compile error, when i write:
strDec >=0
strDec=0 or =1
 

Users who are viewing this thread

Back
Top Bottom