Good question. Can you not knock up a simple test? Changing the index of an index loop doesn't effect the number of times the loop runs, so it might not be as straightforward an answer.
Adrian -----Original Message----- From: Peterson, Chris [mailto:[EMAIL PROTECTED] Sent: 25 July 2007 14:28 To: CF-Talk Subject: querySetCell within cfoutput I have an output block that does many different tests against each record as its looping through them. Near the beginning of the loop, I check for a certain date and, if it matches, I perform a querySetCell() on that date to assign a new one. Now, further down in this block of code, I do further checks against the date variable that I just did a querySetCell against. My question: Does the code further down use the new assigned variable from querySetCell, or does it keep the original value it had at the beginning of this cfoutput loop? Chris Peterson Gainey IT Adobe Certified Advanced Coldfusion Developer ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Enterprise web applications, build robust, secure scalable apps today - Try it now ColdFusion Today ColdFusion 8 beta - Build next generation apps Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:284528 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

