<font size="6"><font color=red>DISCONTINUED</font></font>
Since there is an official Dictionary plugin, the Association List plugin has been discontinued. Feel free to delete the thread, mods.
Doesn't JS have some JSONify operations you could use for the save/load part?
If not save and load at least you might implement HashTableObject=JSON.parse(inputStringOfHashTable); and outputString=JSON.stringify(HashTableObject); on your JS object (I suspect you would be using a JS object type for the hashtable) for the corresponding deserialize and serialize operations which is 90% of the work to save and load.
GauVeldt
If you don't want wait, try this.
I have a question about this plugin. Is this like an array with named variables? Like instead of calling the value at 1,1 in the array, you call the value by the actual name?
Thanks!
That's pretty much it, yeah.
Freaking awesome. Thank you for this.
Can someone post this plugin? I have a project that was using it and I really need to open it!
Develop games in your browser. Powerful, performant & highly capable.
0plus1 : alist.zip
Mipey thanks, really you saved me.