11-30-2011, 02:26 AM
I have a For loop...
For Gr = GrStart to GrEnd
My variables GrStart = 1 and GrEnd = "14" in my Debug Viewer
For whatever reason, the For loop exists after 1 iteration even though it should continue.
Is the fact that the GrEnd = "14" (with the quotes) the issue?
Lor
For Gr = GrStart to GrEnd
My variables GrStart = 1 and GrEnd = "14" in my Debug Viewer
For whatever reason, the For loop exists after 1 iteration even though it should continue.
Is the fact that the GrEnd = "14" (with the quotes) the issue?
Lor