create new array inside loop?
in
Programming Questions
•
3 years ago
hey guys
I need some advice, I am in a for loop, and I need to create a new unique Array each time the loop goes thru... Any ideas?
- for(i=0;i<thumblength;i++){
- //need to create an array with i variable in the path here...
- }
1