<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: arial,helvetica,sans-serif; font-size: 12pt; color: #000000'><div>Hi Aik-Siong,</div><div><br></div><div>The Fileout/Filein is the option I am using to port DrGeo from Pharo to Cuis. Note I am porting from Pharo7 (I think).</div><div>I think the Fielout from newer Pharo should still export to the traditional .st format. You have to deal with the end line character, conversion from \t to \n. <br></div><div>On line can be done with:<br></div><div></div><div><pre><span class="pyg-s1">   tr '</span><span class="pyg-err">\</span><span class="pyg-n">r</span><span class="pyg-s1">' '</span><span class="pyg-err">\</span><span class="pyg-n">n</span><span class="pyg-s1">' < PharoFileout.st > CuisFilein.st</span></pre></div><div><br></div><div>Can you make public your fileout from Pharo, so I can take a look?</div><div><br></div><div>Hilaire<br></div><br><div><span name="x"></span>Dr. Geo -- http://drgeo.eu<span name="x"></span><br></div><br><hr id="zwchr"><blockquote style="border-left:2px solid rgb(16, 16, 255);margin-left:5px;padding-left:5px;color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;">Hi:<br><br>I fileout from Pharo five very small classes that I wrote.<br>I tried to filein from Cuis without success.<br>Please advise.<br><br>Thanks,<br>Aik-Siong Koh<br>-- <br>Cuis-dev mailing list<br>Cuis-dev@lists.cuis.st<br>https://lists.cuis.st/mailman/listinfo/cuis-dev<br></blockquote><br></div></body></html>