carpediem79
Technical User
Ok....I am having an issue with a page I am creating.
I need to have a bunch of cfqueries repeat. What I need to know is....is it possible to increment the value of a variable, say the variable is "count", which is declared with a value of 1. Say "count" is used outside of the cfloop. Inside the cfloop the only thing I wanted was to say count = count + 1. However this does not appear to change the value of "count" OUTSIDE of the cfloop.
Is there a way I can make it change the value of "count" outside of the cfloop?
I need to have a bunch of cfqueries repeat. What I need to know is....is it possible to increment the value of a variable, say the variable is "count", which is declared with a value of 1. Say "count" is used outside of the cfloop. Inside the cfloop the only thing I wanted was to say count = count + 1. However this does not appear to change the value of "count" OUTSIDE of the cfloop.
Is there a way I can make it change the value of "count" outside of the cfloop?