Adobe Coldfusion 11 Tutorials | Do-While & For Loops | Chap-1 | Part-9



Adobe Coldfusion 11 Tutorials | Do-While & For Loops | Chap-1 | Part-9

Adobe Coldfusion 11 Tutorials | Do-While & For Loops | Chap-1 | Part-9

Adobe Coldfusion 11 supports the usage of all the three loops. Coldfusion adds the features of for loop which makes looping more precise and compact. Although for loop is similar to while loop, it makes coding easier due to the fact that whilst while loop takes several lines of code to process a simple program, for loop does it in just few lines. For loop in Adobe Coldfusion has three parts, initialization, conditioning and iteration. We will discuss about all the three aspects of for looping in Coldfusion extensively. Though the front-end view stays the same, for looping makes coding much more concise in Coldfusion like many other programming languages.

Powerpoint presentation freely available at: http://www.slideshare.net/ahmnafis/language-basics-coldfusion-primer-chap1