<div dir="ltr"><div>A side point: character strings are terminated as follows:<br><br>ncl 0&gt; str = &quot;foo&quot;<br>ncl 1&gt; chr = stringtochar(str) <br></div>ncl 2&gt; print(chr)<br><div><br>Variable: chr<br>Type: character<br>Total Size: 4 bytes<br>            4 values<br>Number of Dimensions: 1<br>Dimensions and sizes:   [4]<br>Coordinates: <br>(0)     f<br>(1)     o<br>(2)     o<br>(3)     0x00     &lt;==== extra<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Mar 1, 2017 at 12:50 PM, David Brown <span dir="ltr">&lt;<a href="mailto:dbrown@ucar.edu" target="_blank">dbrown@ucar.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I may be proved wrong, but I think that since NCL really only works<br>
(for now) in a Unix-like environment, even when run on Windows, the<br>
standard character at the end of a line would be the newline<br>
character, usually written as &#39;\n&#39;. This is ascii character 10 in<br>
decimal.<br>
 -dave<br>
<div><div class="h5"><br>
<br>
On Wed, Mar 1, 2017 at 3:46 AM, Michelle Serino &lt;<a href="mailto:mmserino@tamu.edu">mmserino@tamu.edu</a>&gt; wrote:<br>
&gt; Good morning everyone,<br>
&gt;<br>
&gt; I just have a quick question that I would like to confirm.  In an NCL script<br>
&gt; that writes multiple rows of data to a csv file, without any other<br>
&gt; specifications, what is the default new-line character for that created<br>
&gt; file?  I appreciate the help.<br>
&gt;<br>
&gt; Best regards,<br>
&gt;<br>
&gt; Michelle<br>
&gt;<br>
&gt; Michelle M. Serino<br>
&gt; M.S. Candidate<br>
&gt; Texas A&amp;M University<br>
&gt; Atmospheric Sciences Dept.<br>
&gt; Eller O&amp;M, 1017E<br>
&gt; College Station, TX 77843<br>
&gt; <a href="tel:%28484%29%20769-0949" value="+14847690949">(484) 769-0949</a><br>
&gt;<br>
</div></div>&gt; ______________________________<wbr>_________________<br>
&gt; ncl-talk mailing list<br>
&gt; <a href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a><br>
&gt; List instructions, subscriber options, unsubscribe:<br>
&gt; <a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/<wbr>mailman/listinfo/ncl-talk</a><br>
&gt;<br>
______________________________<wbr>_________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/<wbr>mailman/listinfo/ncl-talk</a><br>
</blockquote></div><br></div>