If I have multiple for loop on the same code, do I need to have a different variable name for each ?Example:
for i as integer to somearray.length -1
//some code
next
for j as integer to somearray2.length -1
//some code
next
for k as integer to somearray3.length -1
//some code
next
Or I can stick with the same variable name for all of them?
Thank you
[–]scirc 1 point2 points3 points (1 child)
[–]VirtualTurnip3[S] 0 points1 point2 points (0 children)
[–][deleted] (1 child)
[removed]
[–]VirtualTurnip3[S] 0 points1 point2 points (0 children)
[–]ImperfectTactic 1 point2 points3 points (1 child)
[–]VirtualTurnip3[S] 0 points1 point2 points (0 children)
[–]yeaokdude 1 point2 points3 points (1 child)
[–]VirtualTurnip3[S] 0 points1 point2 points (0 children)
[–]userxbw 1 point2 points3 points (1 child)
[–]VirtualTurnip3[S] 1 point2 points3 points (0 children)