From: Reese Chappuis Date: 2011-11-09T01:53:13+09:00 Subject: Getting certain characters from a string --14dae9340773b2b7ef04b13c0175 Content-Type: text/plain; charset=ISO-8859-1 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 --14dae9340773b2b7ef04b13c0175--