Well using String.substring() I thought maybe would return a char if you only used one letter, and casting (char) to it did not work either. Is there a way I can convert it? Or is there some type of String.charAt(0) to get one letter in char format?
Printable View
Well using String.substring() I thought maybe would return a char if you only used one letter, and casting (char) to it did not work either. Is there a way I can convert it? Or is there some type of String.charAt(0) to get one letter in char format?
http://java.sun.com/j2se/1.4.2/docs/...tml#charAt(int) ?
What am i missing? Or did you answer your own question already? :)
Oh I thought charAt was a vb.net function, well i guess thanks :S)
Well, not exclusively apparently :)