|
-
Aug 8th, 2002, 06:23 AM
#1
Thread Starter
Addicted Member
check if variant is boolean RESOLVED
how can i check if a variant is a boolean?
please let me know.
Last edited by c@lle; Aug 8th, 2002 at 06:27 AM.
-
Aug 8th, 2002, 06:27 AM
#2
Thread Starter
Addicted Member
if vartype(sValue)= vbBoolean then ...
-
Aug 8th, 2002, 06:29 AM
#3
Fanatic Member
If VarType(myVar) = vbBoolean Then ...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|