Thanks for the response..

The problem with your suggestion Nemaroller.. is that reading just one value at the time is just too slow when reading up from files >100kB.

I'd like a solution where you could read the whole array in one go.

In VB6.0, I can read back the whole array with one Get #.
In VB.net I can read/write in one go by serializing the array.

But how do I write to the file with VB6.0 and read in one go with VB.net?

I did come up with one solution, where I code my data as a string.
Strings I can read/write in one go, from both languages. It messes up my code a little bit though.


best reg
BIW