Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Object "Serialization"

From: fsievert:uos at: 23-Feb-2001 9:46

You can try my 'enpack script, which not only saves a value, but all it's binding information, too. Example:
>> do http://proton.cl-ki.uni-osnabrueck.de/REBOL/enpack.r >> use [a] [a: 9 mem: enpack [print a + 1]] >> do depack mem
10
>> a
** Script Error: a has no value ** Near: a Works with objects etc., too. CU, Frank On Thu, 22 Feb 2001, GS Jones wrote: