Hi All,
As we know "Delete From Array Function". Deletes an element or subarray from n-dim array and returns the edited array.
Suppose we are working with a 1D array,and we have to delete the first and the last array index elements.The only way is to use "Delete From Array Function" twice like this:-
Iam proposing an idea that using a single "Delete From Array Function" we can do what ever deletions we want,This can be apply only in the case of 1D arrays.In a single Delete From Array Function we can enter what ever index numbers that we want to delete.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.