Arrays are and can be very helpful.
I’d like to know how I can remove a value form the array e.g.
Lets say I have an Array : Array(0,1,2,3,4,5,6,7)
And I want to remove the 4,
is that something I can do directly in the Array or do I need to copy the data into a 2nd array omitting the 4 ?
Also clearing the information in the Array, is there someway that the Array will be empty ?
Thanks guys
I’d like to know how I can remove a value form the array e.g.
Lets say I have an Array : Array(0,1,2,3,4,5,6,7)
And I want to remove the 4,
is that something I can do directly in the Array or do I need to copy the data into a 2nd array omitting the 4 ?
Also clearing the information in the Array, is there someway that the Array will be empty ?
Thanks guys