sebsabul 0 Posted April 2, 2005 Hey guys. I need some help (Sorry for bad English). I will exit the loop after a specific time (60 seconds). How can I dow this? Thank you for answers. Sebsabul Share this post Link to post Share on other sites
Westi 0 Posted April 2, 2005 $begin = TimerInit() Do $dif = TimerDiff($begin) .... Until $dif > 60000 Share this post Link to post Share on other sites