Tagged Questions
0
votes
6answers
349 views
Trouble with local variables in C#
I have a couple of variables that need to be assigned inside a for loop. Apparently, when the loop exits, C# ignores whatever happened in there, and the variables are returned to their original ...