Lets say i also wanted a control character to be displayed using its ascii code in java...
Like.. if I have a Carriage return, to actualy have CR or something like that displayed!! there has to be a way to do that without having to make a condition for every 31 of the control characters!
There has to be a command like system.out.print(controlcharacter)
Question
Maniac1181
Lets say i also wanted a control character to be displayed using its ascii code in java...
Like.. if I have a Carriage return, to actualy have CR or something like that displayed!! there has to be a way to do that without having to make a condition for every 31 of the control characters!
There has to be a command like system.out.print(controlcharacter)
Link to comment
Share on other sites
2 answers to this question
Recommended Posts