Remove element from array?

hi

How can i remove the element from array in actionscript?
i have this array:
myArray = new Array (“1”,“2”, “3”, “4”, “5”);
i want to remove the element “3” when i press button. :-/

:moustache