<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.E-MailFormatvorlage17
        {mso-style-type:personal-reply;
        font-family:"Courier New";
        color:windowtext;}
span.htmltxt1
        {mso-style-name:html_txt1;
        color:black;}
span.htmltag1
        {mso-style-name:html_tag1;
        color:blue;}
span.htmlelm1
        {mso-style-name:html_elm1;
        color:maroon;}
span.htmlatr1
        {mso-style-name:html_atr1;
        color:red;}
span.htmlval1
        {mso-style-name:html_val1;
        color:blue;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.WordSection1
        {page:WordSection1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=DE link=blue vlink=purple>

<div class=WordSection1>

<p class=MsoNormal><span style='font-size:10.0pt;font-family:"Courier New"'>Thank
you.<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:10.0pt;font-family:"Courier New"'>I
implemented this function<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:10.0pt;font-family:"Courier New"'><o:p> </o:p></span></p>

<p class=MsoNormal style='text-autospace:none'><span lang=EN-US
style='font-size:9.5pt;font-family:Consolas'>cl_object mod_ecl_load(<span
style='color:blue'>char</span>* src) {<o:p></o:p></span></p>

<p class=MsoNormal style='text-autospace:none'><span lang=EN-US
style='font-size:9.5pt;font-family:Consolas'>cl_object string, stream;<o:p></o:p></span></p>

<p class=MsoNormal style='text-autospace:none'><span lang=EN-US
style='font-size:9.5pt;font-family:Consolas'>string =
make_simple_base_string(src);<o:p></o:p></span></p>

<p class=MsoNormal style='text-autospace:none'><span lang=EN-US
style='font-size:9.5pt;font-family:Consolas'>stream =
cl_make_string_input_stream(1, string);<o:p></o:p></span></p>

<p class=MsoNormal style='text-autospace:none'><span style='font-size:9.5pt;
font-family:Consolas;color:blue'>return</span><span style='font-size:9.5pt;
font-family:Consolas'> cl_load(1, stream);<o:p></o:p></span></p>

<p class=MsoNormal style='text-autospace:none'><span style='font-size:9.5pt;
font-family:Consolas'>}<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:10.0pt;font-family:"Courier New"'><o:p> </o:p></span></p>

<p class=MsoNormal><span lang=EN-US style='font-size:10.0pt;font-family:"Courier New"'>But
this does only print out<o:p></o:p></span></p>

<p class=MsoNormal><span class=htmltxt1><span lang=EN-US>#</span></span><span
class=htmltag1><span lang=EN-US><</span></span><span class=htmlelm1><span
lang=EN-US>string</span></span><span class=htmltag1><span lang=EN-US>-</span></span><span
class=htmlatr1><span lang=EN-US>input</span></span><span class=htmltag1><span
lang=EN-US> </span></span><span class=htmlatr1><span lang=EN-US>stream</span></span><span
class=htmltag1><span lang=EN-US> </span></span><span class=htmlatr1><span
lang=EN-US>from</span></span><span class=htmltag1><span lang=EN-US> </span></span><span
class=htmlval1><span lang=EN-US>"(defun hello-wor..."</span></span><span
class=htmltag1><span lang=EN-US>><o:p></o:p></span></span></p>

<p class=MsoNormal><span lang=EN-US style='color:blue'><o:p> </o:p></span></p>

<p class=MsoNormal><span lang=EN-US style='font-size:10.0pt;font-family:"Courier New"'>How
do I convert this output back to plain text?<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US style='font-size:10.0pt;font-family:"Courier New"'><o:p> </o:p></span></p>

<p class=MsoNormal><span lang=EN-US style='font-size:10.0pt;font-family:"Courier New"'>Thank
you, Louis.<o:p></o:p></span></p>

<p class=MsoNormal><a name="_MailEndCompose"><span lang=EN-US style='font-size:
10.0pt;font-family:"Courier New"'><o:p> </o:p></span></a></p>

<div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'>

<p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>Von:</span></b><span
style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> Juan Jose
Garcia-Ripoll [mailto:juanjose.garciaripoll@googlemail.com] <br>
<b>Gesendet:</b> Sonntag, 4. </span><span lang=EN-US style='font-size:10.0pt;
font-family:"Tahoma","sans-serif"'>Juli 2010 19:36<br>
<b>An:</b> Pascal J. Bourguignon<br>
<b>Cc:</b> ecls-list@lists.sourceforge.net<br>
<b>Betreff:</b> Re: [Ecls-list] Simple Hello word! function</span><span
lang=EN-US><br clear=all>
<br>
It might need some additional code to silence it.</span><span lang=EN-US
style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'><o:p></o:p></span></p>

</div>

<p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p>

</div>

</body>

</html>