> From: Nilesh Bhattad [mailto:[EMAIL PROTECTED] 
> Subject: Re: off topic - how do i convert an int to char

Oh, come on.

String letterAt(int i) {
   return "abcdefghijklmnopqrstuvwxyz".substring(i, i + 1);
}

Fast, portable, simple.

                - Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to