Is it possible to save all data in a varaible to the Hard Drive to be loaded next time the program is run? For example, saving a multi-dimensional array to the C:\ drive and loading it when the program is run. I am not looking for outputting it to text I don't think.

Now I'll tell you WHY I want to do this, incase that isn't possible so that you guys can show me a better way.

Im making a simple program with the potential for a lot of input. Im using a 4 dimensional array (for the input of questions and answers for several different areas or study) and I want the input to be there still when the program is closed and opened.

Please help me with a way to accomplish this. Thanks a lot!!!