March 15, 2011
11:18 a.m.
On 03/15/2011 07:02 AM, pharo-users-request@lists.gforge.inria.fr wrote:
From: DougEdmunds<dougedmunds@gmail.com> Subject: [Pharo-users] Transferring variable values to another image To:pharo-users@lists.gforge.inria.fr Message-ID:<1300174971262-3355928.post@n4.nabble.com> Content-Type: text/plain; charset=us-ascii
I created a class that uses a classVariable. How can I export the contents of that variable to an external file so I can import it back into another image after I filein the class to the other image?
Thanks.
-dae
Couldn't SIXX be used for this? http://www.mars.dti.ne.jp/~umejava/smalltalk/sixx/index.html