From: Li Chen Date: 2006-10-24T02:26:57+09:00 Subject: How to remove empty element in an array Hi all, I have an array of [1,2,''] I want change it to [1,2]. I check the document about Array but I cant't find a way to remove the empty element. Any comments? Thanks, Li -- Posted via http://www.ruby-forum.com/.