Skip to main content
Known Participant
August 11, 2007
Answered

what are common usage cfloop?

  • August 11, 2007
  • 3 replies
  • 499 views
Hello
so far my tasks are really minor programming.
html reports.


i have reasearched a littl bit about cfloops.

how can i use <cfloop> in a program.
what are the common usage of this?
how can i use this in my reports?
how can i use this outside my reports?
do you have sample codes for me to see or to compile in my home dev??

thanks
This topic has been closed for replies.
Correct answer Sankalan
I think you need to go through this link first before starting with <cfloop..
http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_j-l_10.html

Thanks

3 replies

SankalanCorrect answer
Participating Frequently
August 12, 2007
I think you need to go through this link first before starting with <cfloop..
http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_j-l_10.html

Thanks
August 11, 2007
Loops are quite common. One example would be looping over a query. But if you don't find a need for them, I wouldn't worry too much about them.
August 11, 2007
If you have no programming experience, I suggest you get a good introductory book to Basic programming. Nothing fancy, but you will learn the principles that carry over to writing ColdFusion scripts. Then come back and ask your questions.