<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:'times new roman', 'new york', times, serif;font-size:12pt"><div></div><div>Hi Zilore</div><div>I will try gxout print to list the value of grids, and then query the result and write out.</div><div>'set gxout print'</div><div>'d var'</div><div>w=write(output_file,result)<br>&nbsp;c=close(output_file)</div><div><br></div><div>You can use query to separate the result as following:</div><div>'set gxout print'</div><div>'d var'</div><div>length=subwrd(result,4)</div><div>i=1;while(i&lt;=9+length)</div><div>value=subwrd(result,i)</div><div>w=write(output_file,i)</div><div>i=i+1;endwhile</div><div>c=close(output_file)</div><div><br></div><div>Just for sure you close the output file.</div><div><br></div><div>Is this what you want?</div><div>John</div><div><br></div><hr><a rel="nofollow" target="_blank"
 href="http://www.facebook.com/pages/GrADS-Tutorial/195072930513663">GrADS Tutorial&nbsp;on Facebook</a><div><span><a target="_blank" href="http://www.wishingwork.com/grads/">http://www.wishingwork.com/grads/</a></span></div><div><br></div><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><br><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><font size="2" face="Tahoma"><hr size="1"><b><span style="font-weight: bold;">From:</span></b> Zilore Mumba &lt;zmumba@gmail.com&gt;<br><b><span style="font-weight: bold;">To:</span></b> gradsusr@gradsusr.org<br><b><span style="font-weight: bold;">Sent:</span></b> Mon, April 18, 2011 10:31:28 PM<br><b><span style="font-weight: bold;">Subject:</span></b> [gradsusr] writing binary to ascii<br></font><br>



 
 
<style>
<!--
 
 _filtered {font-family:Calibri;panose-1:2 15 5 2 2 2 4 3 2 4;}
 
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;margin-bottom:.0001pt;font-size:11.0pt;font-family:"sans-serif";}
a:link, span.MsoHyperlink
        {color:blue;text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;text-decoration:underline;}
span.EmailStyle17
        {font-family:"sans-serif";color:windowtext;}
.MsoChpDefault
        {}
 _filtered {margin:1.0in 1.0in 1.0in 1.0in;}
div.Section1
        {}
-->
</style>





<div class="Section1">

<p class="MsoNormal">Hello Grads Users,</p> 

<p class="MsoNormal">I thought I used command like sprint to write data in grads
to ascii. Or is it NetCdf to ascii? Help needed please</p> 

<p class="MsoNormal">Zilore</p> 

</div>




</div></div><div style="position:fixed"></div>


</div></body></html>