>- see footer for list info -< Get busy with outputting values I reckon.
Ade -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Dominic Watson Sent: 08 September 2006 12:36 To: Coldfusion Development Subject: Re: [CF-Dev] Error looping an array >- see footer for list info -< Oh woops, the code in question uses EQ not =. The array is actually in the application scope (don't ask) and is a node in an xmlObject. I have just realised that I have not been using cflock when using the application variable, am doing so now - could this be it? The actual code: <cfif structKeyExists(member.xmlData.blog, 'entry')> <cfloop from="1" to="#arrayLen(member.xmlData.blog.entry)#" index="i"> <cfif member.xmlData.blog.entry[i].id.xmlText EQ iID> <!---- stuff ---> </cfif> </cfloop> </cfif> The error definately refers to the entry node and the element that the app is trying to get at is always one more than there are (if there were 20 elements, it would have been looking at 21). Dom _______________________________________________ For details on ALL mailing lists and for joining or leaving lists, go to http://list.cfdeveloper.co.uk/mailman/listinfo -- CFDeveloper Sponsors:- >- cfdeveloper Hosting provided by www.cfmxhosting.co.uk -< >- Lists hosted by www.Gradwell.com -< >- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -<
