Hey all,
I have an array that I'm looping over. <cfloop from="1" to="#ArrayLen(CiteDataArr)#" index="i"> </cfloop> Within the loop I'm outputting data based on whether the array value has anything in it. <cfif len(CiteDataArr[i].narrator)>#CiteDataArr[i].narrator# </cfif> I've run into an array variable that exists sometimes, and sometimes it doesn't. Short of upgrading to Scorpio and using "ArrayIsDefined" is there a way to determine whether an array value exists? Thanks sas -- Scott Stewart ColdFusion Developer SSTWebworks 4405 Oakshyre Way Raleigh, NC. 27616 (703) 220-2835 http://www.sstwebworks.com <http://www.linkedin.com/in/sstwebworks> http://www.linkedin.com/in/sstwebworks ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion 8 - Build next generation apps today, with easy PDF and Ajax features - download now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:285865 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

