Hi guys.
How can i achieve the following. I have 11 courses. I need to determine which 
course is required for the person and it has been taken or not. 

For example i have a person he requires to take 3 out of 11 courses. He 
completed 2 so far . When i do the following It does give me the completed 
courses, but also marked the optional courses as reuired that need to be done. 
All I need is to show which course he has left over (X) and marke the rest as 
(optional). This is the challange thta I am facing 
THanks 

<cfloop from="1" to="#ArrayLen(arryCourses)#" index="i">
              
                                                        <cfif comparray[i] gt 0>
                                                                <td 
valign="top" class="tdctr"></td>
                                                        
                                <cfelse>
                               <td valign="top" class="tdctr">X</td>
                                                        </cfif>
</cfloop> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:302692
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to