Well, if it doesn't need to be exact, you might do something like this.<BR><BR>Code:Minutes VAR Byte Hours VAR Byte Days VAR Byte Wait40Days: For Days = 1 to 40 For Hours = 1 to 24 For Minutes = 1 to 60 PAUSE 60000 ; 60 Seconds Next Minutes Next Hours Next Days
Bookmarks