Wow, I botched that big time!!!

Try this instead:

<cfloop list="#variables.vMarks# index="index">
     <td>querymarks[index]</td>
</cfloop>

Carl

>Try changing your loop to:
>
><cfloop list="#variables.vMarks# index="index">
>     <td>#index#</td>
></cfloop>
>
>HTH,
>Carl 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334388
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to