|
-
Nov 17th, 2009, 08:38 PM
#1
Thread Starter
Hyperactive Member
[RESOLVED] Can we compare enum value with a double value?
Lcode =1000 'is a enum value.
val(objectxx.getsomething) =1000
but I get
(Lcode <> val(objectxx.getsomething) )=false
why?
Thanks.
-
Nov 18th, 2009, 05:30 AM
#2
Re: Can we compare enum value with a double value?
not too sure what you're on about:
(1000 <> 1000) = False
Is 1000 greater than or less than 1000? No, so you get False.
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
|