hello Darrel

Thank you for your answer but I cannot compile neither to make the tests because I have the version demo and alone I can make 50 you line, he wanted that somebody helped me and he send me to [email protected] the program to make all the test thank you a lot to the person that helped me.

Thank you




Quote Originally Posted by Darrel Taylor
Take a look at this Elapsed Timer Demo.

http://www.picbasic.co.uk/forum/showthread.php?t=190

Then, all you need to do is this...
Code:
Loop:
    if (DaysChanged= 1) and (Days = 40) then
        DaysChanged= 0
        Gosub ResetTime
        ' ... Do something here ...
    endif
Goto Loop