Hi
Can anyone tell me how to create an instance of a char or string from
an ascii character code.
That is if I wont to create a tab char (code 0009), how would I achieve
this.
I know about the slash characters \t and \n etc. but I need to be able
to do this manually.
Thanks