From: Ralph Loizzo Date: 2011-11-09T01:58:12+09:00 Subject: Re: Getting certain characters from a string I believe you're looking for the chr method As in string[0].chr On Tue, Nov 8, 2011 at 10:53 AM, Reese Chappuis wrote: > I have a string that I need to get certain characters at a given index. > However, doing something like str[0] gives the ascii number, not the actual > character. How do I get it to give me the character? > > -- > Reese Chappuis >