Hi,
I have to call a DLL with a string containing special characters. It is
not a fixed string but I have to build the string at runtime.
I need the following charakters (Hex-Value)
E4
F6
FC
DF
D6
C4
DC
I can put E4, F6, FC and D6 in a String by typing ALT+228 (for E4) in
the IDE. But this is not possible for DF, C4 and DC. The IDE shows a
sign that is not that one i wnat. And if I type ALT-220 for example in
the windows notepad and try to copy and paste, SB does not accept the
charachter.
What else can I do?
Thanks in advance.
Markus