hi!
i am new to VB. i wanted to store the array of data(X,Y) ,a structure using random access.and also i wanted a header for the file.
So i have store two different structures in the same file .i had opened the file with out any length being specified.i had written the header and continued writing the array of data. there is no problem. as of now i am able to read back the data(in sequence,first header fallowed by data).
will there be any problem?
is it going to work always?
please give me some insight regarding this issue.
with regards
K.S.Rao
i am new to VB. i wanted to store the array of data(X,Y) ,a structure using random access.and also i wanted a header for the file.
So i have store two different structures in the same file .i had opened the file with out any length being specified.i had written the header and continued writing the array of data. there is no problem. as of now i am able to read back the data(in sequence,first header fallowed by data).
will there be any problem?
is it going to work always?
please give me some insight regarding this issue.
with regards
K.S.Rao
Comment