Array hittest problem

OK, so I have an array of enemy instance names produced using the push(); and pop(); method and i have code so that when an attached bullet hits any of the ones in that array (uses a for loop), it removes the bullet, but I can’t figure out how to get it to remove the enemy it hit. Is there a way to find out which enemy movieclip it hit and return that instance name so i can put it in a variable and remove it? Thanks.