Re: How To Parse a Binary String in VB6

Tech-Archive recommends: Fix windows errors by optimizing your registry



On May 19, 6:35 pm, "Bob Butler" <n...@xxxxxxxxxxx> wrote:
<benn...@xxxxxxxxxxx> wrote in message

news:1179624137.062743.63970@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
<cut>

Get inputfileindex, nLen, b()

The second argument is the starting position, not the number of bytes to
read. Use 1 or leave it out:

Get #inputfileindex,, b

Perfect, thanks!

.