C
ChristiAnne via DotNetMonster.com
Hello,
I am having trouble writing to a random file in VB with data in an array of
structures with the structure having 3 arrays in it. Each array in the
structure is a <VBFixedArray()> and the record length is consistently 522. I
am a neophyte programmer having taken two classes at a community college and
I am sure there is a simple explanation...
I have teaked my code this way and that-best I have done is written it (at
least it got through the code and into the file-corrupt or otherwise) then in
reading the data, first record is read OK then I get a bad record length
which is what I have gotten just about every time, regardless of what I do.
Thanks for any help you can give me...
I am having trouble writing to a random file in VB with data in an array of
structures with the structure having 3 arrays in it. Each array in the
structure is a <VBFixedArray()> and the record length is consistently 522. I
am a neophyte programmer having taken two classes at a community college and
I am sure there is a simple explanation...
I have teaked my code this way and that-best I have done is written it (at
least it got through the code and into the file-corrupt or otherwise) then in
reading the data, first record is read OK then I get a bad record length
which is what I have gotten just about every time, regardless of what I do.
Thanks for any help you can give me...