From: Tarscher Date: 2009-03-26T01:47:12+09:00 Subject: delete from array while iterating Hi all, I want to delete an element from an array when it matches a condition. But I first want to print something to the screen when a amùcth is found. I know a.delete_if but can I somehow add that print to the screen next to the condition? If not , is there an alternative way to delete from an array while iterating? thanks Stijn