Gonzalo, <br> <br> Here'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 ('text_file.txt','Plain text file header or whatever')<br>
res = write('text_file.txt', var)<br><br>output:<br>Plain text file header or whatever<br><result><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"><<a href="mailto:gonzaloinfantellorca@gmail.com">gonzaloinfantellorca@gmail.com</a>></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>