|
-
Jun 11th, 2007, 11:34 AM
#1
Thread Starter
New Member
Differentiating between CDbl(0) and Nothing
I have a conditional that takes a double variable. Basically I need the conditional to run if the variable is the value of 0.0, but not if it's nothing.
Unfortunately it seems as though the type Double, treats a value of Nothing as 0.0
Anyone know a way around this? Is there a wrapper double object like in Java?
Thanks,
Tyler
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
|