Responding to myself, for the reference:
CodeImporter evaluateString: aString
Hilaire
Le 19/11/2014 10:56, Hilaire a écrit :
> Hello,
>
> String streamContents: [:out | DrGeoScriptXXX fileOutOn: out] works well
> to fileout a class in a sring.
>
> How can I do the opposite operation: filein th
Probably CodeImporter>>#evaluateFileStream: as used by
AbstractFileReference>>#fileIn
> On 19 Nov 2014, at 10:56, Hilaire wrote:
>
> Hello,
>
> String streamContents: [:out | DrGeoScriptXXX fileOutOn: out] works well
> to fileout a class in a sring.
>
> How can I do the opposite operation: f