tyrant1969
Programmer
I have a CF page that once called has the potential to call itself recursively. This is done via the CFINCLUDE statement.
Prior to the recursive call a variable is set that affects the font color.
Inside the recursive call the system checks the value of the variable and changes the font to the alternate color. The problem is that when we back out of the recursive call the variable doesn't return to the original value.
Is there some way to define the variable so that it is local to the current iteration of the call?
Prior to the recursive call a variable is set that affects the font color.
Inside the recursive call the system checks the value of the variable and changes the font to the alternate color. The problem is that when we back out of the recursive call the variable doesn't return to the original value.
Is there some way to define the variable so that it is local to the current iteration of the call?