12-14-2023, 08:59 PM
You *can* namr two loops with the same variable name. It's probably not going to work the way you'd expect, but it is perfectly valid.
The problem is the lack of the enclosing NEXT for that first FOR.
The problem is the lack of the enclosing NEXT for that first FOR.