Opening Saving Arrays in Visual Basic
Opening Saving Arrays in Visual Basic
(OP)
I'm writing a program in VB5 where I want to save the contents of a multidimensional array and be able to open that file and fill the array with the saved data. I'm familar with how to open and save data generally but I don't know how to save an entire array all at once. Is there any method that would be more effecient than using a loop to save the data one item at a time.
thanks for your help
Mike
thanks for your help
Mike





RE: Opening Saving Arrays in Visual Basic
m777182
RE: Opening Saving Arrays in Visual Basic
Good Luck
johnwm
________________________________________________________
To get the best from these forums read FAQ731-376 before posting
Steam Engine enthusiasts: www.essexsteam.co.uk
RE: Opening Saving Arrays in Visual Basic
Mike