hello,
i was wondering if someone has documentation or a link where the use of array is fully documented.
i saw some examples in some threads:
myArray.pop() // removes the last element of the array
myArray.unshift(vMA) // inserts a new element to the front and shifts the others by 1.
would like to know more.
thank you in advance.
i was wondering if someone has documentation or a link where the use of array is fully documented.
i saw some examples in some threads:
myArray.pop() // removes the last element of the array
myArray.unshift(vMA) // inserts a new element to the front and shifts the others by 1.
would like to know more.
thank you in advance.
Comment