Gonzalo, <br>  <br>      Here&#39;s a little code you can add/mod in your script to export to a text file.<br><br>var = calculation<br><br>res = write (&#39;text_file.txt&#39;,&#39;Plain text file header or whatever&#39;)<br>
res = write(&#39;text_file.txt&#39;, var)<br><br>output:<br>Plain text file header or whatever<br>&lt;result&gt;<br><br>hope this helps<br><br>-Shawn<br><br><div class="gmail_quote">On Thu, Jun 18, 2009 at 7:17 AM, gonzalo infante llorca <span dir="ltr">&lt;<a href="mailto:gonzaloinfantellorca@gmail.com">gonzaloinfantellorca@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi all,<br>i would like to save the output of my grads calculation to a txt file. Any idea of how to manage this?<br>
Regards<br><font color="#888888">gonzalo<br>
</font></blockquote></div><br>