Hi -
I have some problems when I try to test the value of an enum in code. For example, I use:
If testentity.status Is testentitystatus.Ready then
.....
end if
This seems to work MOST of the time, but inexplicably fails to return TRUE at times (when I know the status is READY).
Any thoughts? Should I be testing differently?
Thanks!