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

[REBOL] serializing? Re:(2)

From: larry:ecotope at: 14-Sep-2000 14:41

Hi Gabriele Just a small cautionary note. I have recently noticed that SAVE and LOAD do not always work. For instance, in REBOL/VIEW 0.10.33.3.1
>> layo: layout [box 200x200 red]
layo is a face object.
>> view layo ;works fine >> save %layo.sav layo ;writes a large file (about half a megabyte)
The file contains indicators of recursive blocks/objects i.e. [...]. So it will not load back in a valid form.
>> layo2: load %layo.sav >> view layo2 ;no red box
I have reported this to feedback, but had no response so far. -Larry