Hi
This is driving me mad, so I hope someone will point me in the right
direction.
I have a string of text.
I can find its length in Hex. now I want to write this length as 4 hex
bytes, into the string, with the aim of doing a text to blob, later on.
If I just add the Hex Number to the string it takes 8 bytes
(String+HexByte0+HexByte1+HexByte2+HexByte3)
If I convert the Hex Numbers to decimal and Do
String+char(DecByte0)+char(DecByte1) etc.
It takes up 4 Bytes but the Numbers written to the string are wrong.
Please help
thanks
-pm
**********************************************************************
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:[email protected]
**********************************************************************

Reply via email to