Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
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

List of 27 messages in thread
TopicAuthorDate
Problem with reading timers            01/01/70 00:00      
RE: Problem with reading timers            01/01/70 00:00      
RE: Problem with reading timers            01/01/70 00:00      
RE: Problem with reading timers            01/01/70 00:00      
RE: Problem with reading timers            01/01/70 00:00      
RE: Problem with reading timers            01/01/70 00:00      
RE: Problem with reading timers            01/01/70 00:00      
RE: Problem with reading timers            01/01/70 00:00      
RE: Problem with reading timers            01/01/70 00:00      
RE: Problem with reading timers            01/01/70 00:00      
RE: Problem with reading timers            01/01/70 00:00      
RE: Problem with reading timers            01/01/70 00:00      
RE: Problem with reading timers            01/01/70 00:00      
RE: Problem with reading timers            01/01/70 00:00      
RE: Problem with reading timers            01/01/70 00:00      
RE: Problem with reading timers            01/01/70 00:00      
RE: Problem with reading timers            01/01/70 00:00      
RE: Problem with reading timers            01/01/70 00:00      
RE: Problem with reading timers            01/01/70 00:00      
RE: Problem with reading timers            01/01/70 00:00      
crash course            01/01/70 00:00      
RE: Problem with reading timers            01/01/70 00:00      
RE: Problem with reading timers            01/01/70 00:00      
RE: Problem with reading timers            01/01/70 00:00      
RE: Problem with reading timers            01/01/70 00:00      
RE: Problem with reading timers            01/01/70 00:00      
RE: Problem with reading timers            01/01/70 00:00      

Back to Subject List