Answered
cfloop over time intervals
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 ?
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 ?
No, but you could put a sleep() statement within the loop.
--
Adam
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.