coldfusion array loop code example Example: coldfusion loop array for ( item in myArray ) { writeOutput( #item# & '' ); }