Results 1 to 3 of 3

Thread: Recommend a Good 5 minute timer?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Oct 2002
    Posts
    24

    Recommend a Good 5 minute timer?

    Can anyone recommend a good but simple 5(long) minute timer?

  2. #2
    Frenzied Member Shawn N's Avatar
    Join Date
    Dec 2001
    Location
    Houston
    Posts
    1,631
    Something to play around with.
    Attached Files Attached Files

  3. #3
    So Unbanned DiGiTaIErRoR's Avatar
    Join Date
    Apr 1999
    Location
    /dev/null
    Posts
    4,111
    make a timer, set the interval to 60000, so 1 minute

    in the timer:

    timer1.tag = val(timer1.tag)+1

    if timer1.tag >= 5 then
    timer1.tag = 0 'reset timer
    'timer code
    end if

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width