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

[REBOL] Re: How to save objects in a file ?

From: coussement:c:js:mil:be at: 22-Aug-2001 9:00

Hi Etienne:
> > obj1: make object! [ > data1: copy "string 1" > data2: copy "string 2" > ] > > obj2: make object! [ > data3: copy "string 3" > data4: copy [] > ] > > obj3: make obj1 [] > obj4: make obj1 [] > > append tail obj2/data4 "object3" > append tail obj2/data4 obj3 > append tail obj2/data4 "object4" > append tail obj2/data4 obj3 > > save %objects.r obj2 > =================================
[ Just tried your code. It works fine to me ... Perhaps some kind of access right problem or unavailability of one of another network drive ? Did you try this in _home_ or _my documents_ local directory ? Regards, Christophe ]