I've had a thread about this before that ended up getting too confusing because it was about my project as a whole.
I have created a simple project to illustrate what I am trying to get working. You can download that here:
https://dl.dropbox.com/u/69407974/hashtable%20to%20array%20conversion.cap
Basically, I am moving the contents of an array to a hashtable, by creating keys for each X of my array, then putting the value inside it. When the load button is pressed I want to set the values in Array back to their corresponding ones stored in the HashTable.
As it stands, the array just ends up loading nothing.
Why not use a HashTable instead of an array? I will be storing lots of other stuff in the HashTable as well, and that would end up breaking a lot of other things.
Thanks for any and all input into this!