Tracking a lot of Arrays efficiently.

Like the title says im wondering if there is a better / practical way to track a lot of array data, anyone have any suggestions?

For example Here is one of the 18 arrays they are all generally the same as they hold a float array.


Like there has to be a way to condense this right? or am i stuck with all 162 gets and 162 =='s
Thanks

maybe if you share the context of why you had to use 18 arrays, we can maybe try a workaround to avoid using those many arrays altogether?

1 Like