This is for the purpose of saving and loading using my tile based map editor.
I would only like to have one file per save. I need to save a bunch of values from global variables, and the contents of (at least) one array.
To do this I need to move all of the array to a HashTable before saving the file, then upon loading I need to reverse the process, overwriting the array with the contents of the HashTable (excluding global variables obviously.)
*Edited, thread re titled, and post rewritten for clarity. Keep this in mind if the next post or two seem redundant!