How do I save all the User settings, on the Prime? (SOLVED!)
|
11-01-2015, 01:09 PM
(This post was last modified: 11-01-2015 01:11 PM by Han.)
Post: #4
|
|||
|
|||
RE: How do I save all the User settings, on the Prime?
Just as a quick example:
Code: local UserSettings:={}; You can restore them in a similar fashion: Code: HAngle:=UserSettings(1); Make a program that saves the settings into an exported (global) variable. Make a second program that restores the settings. Then in your programs, you can simply call the two programs to save and restore the user's settings. Graph 3D | QPI | SolveSys |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)