by zygoth » Sat Aug 29, 2009 5:04 pm
Saving and loading variables is pretty easy. When you create the variable in global code, make a name for the save group you want it to be in. Then use the saveVars; function to save all the variables from the selected group into a data file with the name you enter. Use the loadVars function to load all the variables from your selected group from your selected file. Note that you must have the same named groups and variables created in each file. The loadVars function sets all the variables in the group you select to the values stored in the file you load from.
Hope this helps
Zygo