How to make array values MOVE UP

check out the array append method.

Expands an array by one element and adds data to the new position. The datatype of the element parameter must be the same as the datatype of the array.

https://processing.org/reference/append_.html

2 Likes