1. Save/Load Euphoria Object
- Posted by euphoric (admin) Dec 22, 2008
- 952 views
I've forgotten the way to save a Euphoria object to a file and then read it back. I thought it was with print() and get(), but I don't think that's right after reviewing the docs.
Can somebody help out a n00b?!?!
I see the "Common Formatting" row is back. Yay!
2. Re: Save/Load Euphoria Object
- Posted by mattlewis (admin) Dec 22, 2008
- 953 views
- Last edited Dec 23, 2008
euphoric said...
I've forgotten the way to save a Euphoria object to a file and then read it back. I thought it was with print() and get(), but I don't think that's right after reviewing the docs.
Can somebody help out a n00b?!?!
I see the "Common Formatting" row is back. Yay!
Get a clue n00b! I'd say RTFM, but apparently that didn't work. :P
print() and get() are the way to do it. Though you could use pretty_print() to get a slightly more compact and readable output.
Matt