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: 21-Aug-2001 9:37

Salut Etienne, Depending of what you're intending to do, pick one of the two methods: 1. save %object-file.r my-object 2. write %object-file.r mold my-object The advantage of the second method is that you can use the multiple refinements of the _write_ function as in: write/append %object-file.r mold my-object Hope this helps, christophe