Thanks very much  - could you shoot me an example of usage of both
columnlist and listlen() in this context?  I'm new to ColdFusion and
can't quite wrap my head around it.  

I tried:

        for (i = 1; i LTE #qLessons.RecordCount#; i = i + 1){
                lrXML.lData.XmlChildren[i] =
XmlElemNew(lrXML,"Content");
                for(n = 1; n LTE 4; n = n + 1){
                        lrXML.lData.XmlChildren[i].XmlChildren[n] =
XmlElemNew(lrXML,#qLessons.columnlist[n]#);
...etc...

for example, and that didn't work...

Jason Merrill   |   E-Learning Solutions   |  icfconsulting.com






NOTICE:
This message is for the designated recipient only and may contain privileged or 
confidential information. If you have received it in error, please notify the 
sender immediately and delete the original. Any other use of this e-mail by you 
is prohibited.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211760
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to