Function param lost inside loop
Brought to you by:
kerravon86,
tcamp
The values of function parameters are lost inside any loop in the function. But, they come back after the loop is finished. I'm attaching an example that demonstrates the defect. If I have time I will look into the cause, but I wanted to post it here in case someone else can get to it before me.
Test is param available inside loop