Lcode =1000 'is a enum value.
val(objectxx.getsomething) =1000
but I get
(Lcode <> val(objectxx.getsomething) )=false
why?
Thanks.
Printable View
Lcode =1000 'is a enum value.
val(objectxx.getsomething) =1000
but I get
(Lcode <> val(objectxx.getsomething) )=false
why?
Thanks.
not too sure what you're on about:
(1000 <> 1000) = False
Is 1000 greater than or less than 1000? No, so you get False.