Oh thank you! It worked wonderfully. I figured it was something simple. Thanks! (and thanks for being thorough.) Joelle
Ian Skinner wrote: > <cfloop list="#ldap.ColumnList#" index="column"> > <cfset args[column]=ldap[column] /> > </cfloop> > <cfdump var="#args#"> <!--- For debugging of the entire loop at one time. ---> > > Ahh crud, now I forgot the row index. Corrected code below: > > <cfloop list="#ldap.ColumnList#" index="column"> > <cfset args[column]=ldap[column][1] /> > </cfloop> > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:238672 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

