04-25-2008 11:46 AM
04-25-2008 11:51 AM
Dont think so...but you could break the word into bytes to use that function then concatenate the strings...assuming the word is in byte order, otherwise I think you'd have to force it in some manner anywasy since a character is a byte...
04-25-2008 12:50 PM - edited 04-25-2008 12:50 PM
05-07-2008 02:20 PM
smercurio,
I tried doing that with no success.
BTW how do you attach an image to a post?
Thanks
FredTest
05-07-2008 02:30 PM
Try again Fred, and look at the value you have in your word x4CD3 when it should be x4C3D.
05-07-2008 02:33 PM - edited 05-07-2008 02:40 PM
05-07-2008 02:40 PM
That won't fix it. The problem is with the datatype of the array elements, as I indicated in my response.
@TWGomez wrote:
Try again Fred, and look at the value you have in your word x4CD3 when it should be x4C3D.
05-07-2008 02:51 PM - edited 05-07-2008 02:52 PM
05-07-2008 02:56 PM - edited 05-07-2008 02:56 PM
altenbach wrote:
... (unless you have issues with byte order).
05-07-2008 03:00 PM - edited 05-07-2008 03:01 PM
Quite true. I was just showing how the typecast would give you the same U8 array that the user was initially trying with the Byte Array to String function.
All you need is a typecast (unless you have issues with byte order).