How to convert 77 to 'M'? (Decimal to Ascii)
I don't want to change 77 to '77', but rather I want to change 77 to 'M'Can I useString mychar = Integer.toString(77);or would that just give me '77'?Thanks,Matthew
[213 byte] By [
CathInfoa] at [2007-11-27 3:36:02]
