Array for floats
in
Programming Questions
•
1 year ago
Hi there,
I am trying to append to an array and float that occurs early on and I managed to get this to work. However after looking through the documentation i can't find a method to delete a specific float in my array. Essentially I'm trying to use an a array to hold a set of coordinates and after the first one is use i.e. [0] then it becomes [i] the last element and is deleted from the front of the array.
Can anyone help me?
Thanks in advance,
Francis
P.S. My programming background is python and HTML5/CS3
1