| ??? 12/04/02 10:58 Read: times |
#33740 - RE: Problem with reading timers |
In some compilers, the intermediate values are BYTE by default, so you lose all your upper byte of a word type !
You may need to cast your numbers into time first. Just try this and see if it makes things better time:=TH0 time:=time*256 time:=time+TL0 Steve |



