Quote Originally Posted by dw_picbasic View Post
...
The 4 bytes represent a value from 0 - 30,000.000
Can you split 30,000 from .000?

If you can, then you can put 30,000 into a word variable, and the remaining three zeros (.000) can get into another word variable (in theory).

If of course this is only for display purposes!


-------------------