Re: [Pharo-users] How to fileIn a string content

2014-11-19 Thread Hilaire
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

Re: [Pharo-users] How to fileIn a string content

2014-11-19 Thread Sven Van Caekenberghe
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