From: Cool Wong Date: 2007-06-28T12:23:46+09:00 Subject: Array Problem, sort Array [code] Array = ["a", "a", "a", "b", "b", ā€œcā€, "c", "c","d", "d", "e"] [/code] How can i sort the array data??? [result] Array = ["a", "b", "c", "d", "e"] [/result] -- Posted via http://www.ruby-forum.com/.