You can accomplish this by using an index loop. Running the counter from 0 to the array's size minus one.
You can access each element in the array by using the loop counter as an array index.
How to access all elements in a one-dimensional array?
robort - 2022-10-02 09:19:53