I also recommend that you stop asking that particular friend about CF
- the only buggy thing here is that person's understanding of CF
syntax.

"So I asked a friend of mine and he suggested adding the "##" and
maybe putting the column in the variable name because he found CF to
be a bit buggy in situations like these."

On 4/26/06, Joelle Tegwen <[EMAIL PROTECTED]> wrote:
> 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>

--
CFAJAX docs and other useful articles:
http://jr-holmes.coldfusionjournal.com/

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:238740
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=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to