From: Ruby Student Date: 2009-02-10T02:43:22+09:00 Subject: How to convert a string of arbitrary size to an array --000e0cd28e3af6560804627feb08 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Team, I am trying to convert a string of arbitrary size to an array of single characters, bu I having a hard time. A google search "Ruby" "string to array" returned thousands of hits. I checked couple dozens but none satisfy what I want. Say I get a user-supplied string (alphanumeric & special chars) of arbitrary length. How can I convert that string to an array of single chars? Thank you -- Ruby Student --000e0cd28e3af6560804627feb08--