Is there a way to do something like this?
Or is there a way to quickly reset an array of ints? Or even better fill it with values, or do I need to put it in a for next loop or something?
This question must have been asked a thousand times before but I couldn't find an answer in the forum.
You can use a for loop to set an array of any type to any value. It can even be done with no body for the for loop, if you are even a little bit clever.