hi
Ok I try but I have a Problem!
I have this :
ML_Seconds Var Word [24]
ML_Verz Var Word [24]
Here is wrong too!
Timer_Int:
for M= 0 to 23
ML_Seconds.lowbyte[M] = ML_Seconds.lowbyte[M] + 1
Next M
and now I must to compare this two Words
for N = 0 to 23
If ML_Seconds.lowbyte[N] => ML_Verz.lowbyte[N] Then ...
Next N
But I compare now just the lowest two Bytes,I need the word Data
How I can do that ?!
Thanks
regards Pesti
Bookmarks