12-13-2007, 05:37 AM
I think that it solves your problem :
out "%c" 101
or
int i=101
_s.format("%c" i)
out _s
out "%c" 101
or
int i=101
_s.format("%c" i)
out _s
|
Converting ASCII codes to actual characters
|
|
« Next Oldest | Next Newest »
|
| Messages In This Thread |