I have a function nested in a CFC that is called via Flash Remoting. I wanted the function to return a value each time it runs through the loop, and I thought nesting <cfreturn myVariable> would do this, but it only returns the variable once. Is there a way to get it to return a different variable for each time the function loops.