Tremorblue
Programmer
I want to create a string that contains non visual characters.
e.g ASCII 0x6 - ACK
In Delphi its something like
aString := 'Test'#6;
How can I do this ?
e.g ASCII 0x6 - ACK
In Delphi its something like
aString := 'Test'#6;
How can I do this ?