User Guide

Table Of Contents
140 Chapter 6: Extending ColdFusion Pages with CFML Scripting
else {
WriteOutput("Reject reason was not defined.
<br>");
{
If there is no entry for the applicant in the
rejectCode structure, displays a
message indicating that the reason was
not defined.
WriteOutput("<br>");
} //end for
</cfscript>
Displays a blank line after each rejected
applicant.
Ends the for loop that handles each
rejected applicant.
Ends the CFScript.
Code Description