On Mar 15, 2011, at 8:42 AM, DougEdmunds wrote: > 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?
nothing is done by default. You should define it in an initialize. > > Thanks. > > -dae > > -- > View this message in context: > http://forum.world.st/Transferring-variable-values-to-another-image-tp3355928p3355928.html > Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com. >
