Hi Dave,
One final note, in the procedure call I added the 2 pass through
parameters to make the
procedure more flexible by passing in the 2 main elements of the entire
program. I did not have to, I could have just used the main body program
names instead. Just in case you are wondering why I passed them in.
Caution:
In any chance you make changes in the values of those 2 parms inside the
procedure you will also change the main body values respectively.
Sincerely
Bruce
Sent: Thursday, March 01, 2012 6:17 PM
Subject: Re: Very Large Array Storage
Hi Dave,
Your welcome. You can of course use normal fixed arrays where the erase
would null it out to the type it was set at; numeric=0, text="", and
object=Nothing
I used the dynamic array so you can understand the way to use the ReDim.
Now this does not use the preserve statement for nothing is in need of
saving after being set and saved.
At least it gives everyone an example on how to use all, including the
dictionary and make multiple dimensional arrays inside an array of
dictionaries and to label each array.
You also now have the basics to open and save/read a file.
Sincerely
Bruce
Sent: Thursday, March 01, 2012 5:38 PM
Subject: Re: Very Large Array Storage
My goodness, Bruce! That is help above and beyond and very helpful!!
Thank you very much!
Dave
At 11:58 AM 3/1/2012, you wrote: