If i declare an array in a loop, will it redeclare the array each time it loops?
Printable View
If i declare an array in a loop, will it redeclare the array each time it loops?
nevermind, i decided to use a do while loop instead of a for, and for some reason it works now...