R
Roedy Green
i doing some java work and basic i get a String "/n" and i need to get
the ascii value of it which in this case is 10 what is the best way of
going about this?
int w = '\n'; // note \n not /n
or http://mindprod.com/jgloss/ascii.html