Create a struct class containing an array of the desired type. Create a variable as this struct type, and make it an array of structs. Now you have an array of arrays.
7 Likes
Create a struct class containing an array of the desired type. Create a variable as this struct type, and make it an array of structs. Now you have an array of arrays.