B
Bit Twiddler
Steve Rindsberg was cool enough to answer the converse of this question
("how to convert an array of bytes to a string").
I thought there would be a built in function for this.
For example, I have a string that looks like this, "4D00FF...".
I'd like to iterate over that string in 2 bytes chunks so that I see it like
"4D", "00", "FF", etc.
StrConv() doesn't seem to do the trick.
Thanks,
BT
("how to convert an array of bytes to a string").
I thought there would be a built in function for this.
For example, I have a string that looks like this, "4D00FF...".
I'd like to iterate over that string in 2 bytes chunks so that I see it like
"4D", "00", "FF", etc.
StrConv() doesn't seem to do the trick.
Thanks,
BT