load/save variables
Brought to you by:
msp
Not sure why this didn't get posted on my last attempt..
I'd like to be able to clear, load and save variables.. but I don't know how. I'm trying:
source [file join $env(HOME) .mmucl save]
dump -all -- [file join [mmucl rc_dir] save]
however this won't actually work:
/set bla 1
source [file join $env(HOME) .mmucl save]
/set bla 2
dump -all -- [file join [mmucl rc_dir] save]
/set bla
# shows "2".. I want it to show "1".. I want the loading of the status to overwrite variables.
Logged In: YES
user_id=272
I'll add this to dump, although you'll get a lot of
extraneous junk.