![]() |
How to loop to run a piece of code every second?
Can anyone show me a simple Coldfusion code to loop to run a piece of code every second? Thank you so much.
|
Not sure why you'd want to, but:
Code:
<cfloop from="1" to="5" index="i"> |
Btw, you'll need ColdFusion 8 or higher for that.
-Greg |
| All times are GMT +1. The time now is 10:05 AM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.