Gross Faults/Errors With Put and Get
I have been trying to build binary files with contigeous bit patterns in
Excel VBA.
I find the Put statement, Put #1, hstart, lv, where hstart is 1& and lv=-1&
(32 one-bits), followed by Put#1, hstart,lv, where now hstart is 33& and
lv=0&, ends up with a totally screwy series of 0011 bit patterns on the
file.
The Get statement is inconsistent in output, depending where it is in the
compile sequence.
Has any body else observed. this?
David Heiser
|