I hope someone can help me with this, though I don't know if this question is trivial at the very least.
I've quite a load of For...Next statements in my code, and in each subroutine that uses a For...Next statement, I use the same counter variable (say, intC).
Will that set-up cause my program any inconvenience?
Also, I would like to know if there is any difference between re-typing the counter beside the "Next" line of the loop (i.e., "Next intC") and not re-typing it at all (i.e., just "Next").
Thank you in advance!
I've quite a load of For...Next statements in my code, and in each subroutine that uses a For...Next statement, I use the same counter variable (say, intC).
Will that set-up cause my program any inconvenience?
Also, I would like to know if there is any difference between re-typing the counter beside the "Next" line of the loop (i.e., "Next intC") and not re-typing it at all (i.e., just "Next").
Thank you in advance!