read, write random file w/fixed arrays (3)

  • Thread starter ChristiAnne via DotNetMonster.com
  • Start date
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...
 
R

RobinS

Which version of VB are you using? VB.Net 2003, or VB.net 2005?

Can you post a small example of what you are trying to accomplish, and
explain exactly what the problem is?

Robin S.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top