Hi everyone!
I have ran into a problem, I am trying to add a value to the X axis of an array, I want to add this value to the next empty element inside the array.
Example: Each X element is marked a "[]"
How could I add a value to the 4th element where it is blank?
[11321][127556][456546545][BLANK][BLANK][BLANK][BLANK][BLANK]
I know how to insert values into the array if they are fixed, but what if this array is dynamic? After some values have been inserted.
Summary:
How do I add a value to the NEXT AVAILABLE blank array element.
Thank you