[Gambas-user] Timer question

Laurent Carlier lordheavy at ...512...
Sun Mar 27 17:35:40 CEST 2005


Le Dimanche 27 Mars 2005 17:16, Lance Beck a écrit :
> Hi,
> I have a program that uses "Timer".  I understand that it shows the elapsed
> seconds from program start (unlike VB).  If my program runs continuously,
> when will it overflow?
> Thanks,
> Lance
>

I guess it's store as a 32 bit value so it should restart to 0 after 
&hFFFFFFFF seconds -> 4294967295 seconds !

Something like 136 years .....

-- 

Laurent Carlier




More information about the User mailing list