jamesp0tter
Programmer
Hello,
I need to know how to convert a TEXT string into a Hex string of the chars in the text string.
Something like:
text := 'hello';
hex := '68656C6C6F';
Is there any pre-defined function, like StrToWhatever ? I searched nearly everywhere and only found functions to convert already existing hex strings.
But not the one i need: text string to hex string.
Anyone, pls?
TIA!
jamesp0tter,
jamespotter@netcabo.pt
p.s.: sorry for my (sometimes) bad english
I need to know how to convert a TEXT string into a Hex string of the chars in the text string.
Something like:
text := 'hello';
hex := '68656C6C6F';
Is there any pre-defined function, like StrToWhatever ? I searched nearly everywhere and only found functions to convert already existing hex strings.
But not the one i need: text string to hex string.
Anyone, pls?
TIA!
jamesp0tter,
jamespotter@netcabo.pt
p.s.: sorry for my (sometimes) bad english