Array problem

I have created an array and would wish to remove a specific element in the array. is it possible?

I have tried using the myarray.pop(); but it only allows me to remove the last element and not a specific element.

Please Help!!!

:frowning:

I have found the command to delete a specific element already…its myarray.splice(); for those who have the same problem as me…

:slight_smile: