smithles
Programmer
- Jul 15, 2002
- 18
Hi.
where bite1, bite2 are dim as byte.
strng as string.
strng = strng & bite1 ' does not produce the desired concatenation, according to MsgBox Hex(strng)
the bit1 ..2 etc are binary value up to 255
I don't want to have to do it in C unless I have to.
strng can be several megabytes, but slow processing is ok.
Thanks in advance.
I am les smith
where bite1, bite2 are dim as byte.
strng as string.
strng = strng & bite1 ' does not produce the desired concatenation, according to MsgBox Hex(strng)
the bit1 ..2 etc are binary value up to 255
I don't want to have to do it in C unless I have to.
strng can be several megabytes, but slow processing is ok.
Thanks in advance.
I am les smith