Is it possible to take a string, and have each letter in the string be placed into an array? I'm not sure how to do this since there is no delimiter. Is there another way to do this? Basically I am just trying to extract the first letter from a users name.

Thanks!