Skip to main content
July 15, 2010
Answered

cfloop over time intervals

  • July 15, 2010
  • 1 reply
  • 447 views

Is there a way of making an index for cfloop go from one step to the next every 15 seconds - to make it run the code inside of it every 15 seconds ?

    This topic has been closed for replies.
    Correct answer Adam Cameron.

    No, but you could put a sleep() statement within the loop.

    --

    Adam

    1 reply

    Adam Cameron.Correct answer
    Inspiring
    July 15, 2010

    No, but you could put a sleep() statement within the loop.

    --

    Adam