BrettM
just a pert, "ex" to come
- Local time
- Today, 22:37
- Joined
- Apr 30, 2008
- Messages
- 134
Dave,
Like I suggested before, why not try adding a 0 to the old value and checking on that?
if TabCtl0.OldValue + 0 <> 2 then do something
This forces a nul to be something.
Or is my logic to simplistic?
Regards Brett
Like I suggested before, why not try adding a 0 to the old value and checking on that?
if TabCtl0.OldValue + 0 <> 2 then do something
This forces a nul to be something.
Or is my logic to simplistic?
Regards Brett