[Cuis-dev] How to filein a fileout from Pharo?

Aik-Siong Koh askoh at askoh.com
Wed Mar 23 10:39:19 PDT 2022


Thanks. That worked. Aik-Siong Koh

Hilaire Fernandes wrote:
>
> Hi Aik-Siong,
>
> It looks like in Pharo9 was introduced a message to define new class 
> without pool dictionnary.
>
> Therefore, in Class add this method:
>
> Class>>subclass: aSymbol instanceVariableNames: aString 
> classVariableNames: aString3 package: aString4     self         
> subclass: aSymbol         instanceVariableNames: aString         
> classVariableNames: aString3         poolDictionaries: ''         
> category: aString4
>
>
> Then you can file in your file
>
> Hilaire
>
> -- 
> GNU Dr. Geo
> http://drgeo.eu
> http://blog.drgeo.eu

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cuis.st/mailman/archives/cuis-dev/attachments/20220323/efef4256/attachment.htm>


More information about the Cuis-dev mailing list