<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Newline character in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Newline-character/m-p/189078#M40776</link>
    <description>&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Is there any (logical) reason why it is not simply \n, as in many other languages?&lt;/P&gt;</description>
    <pubDate>Mon, 25 Mar 2019 15:12:15 GMT</pubDate>
    <dc:creator>mnf</dc:creator>
    <dc:date>2019-03-25T15:12:15Z</dc:date>
    <item>
      <title>Newline character</title>
      <link>https://community.jmp.com/t5/Discussions/Newline-character/m-p/189068#M40774</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I would like to simply insert a newline character at the end of each item in an array, being written to file.&amp;nbsp; Does JMP not recognize '\n'?&amp;nbsp; If so how would I get it to output&lt;/P&gt;&lt;P&gt;file1&lt;/P&gt;&lt;P&gt;file2&lt;/P&gt;&lt;P&gt;file3&lt;/P&gt;&lt;P&gt;rather than&lt;/P&gt;&lt;P&gt;file1\nfile2\nfile3&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;for(i=1,i&amp;lt;=length(Files),i++,
	filestring=filestring|| " " || char(Files[i]) || "\n");
f=Save Text File(pypath || "argfile.txt",filestring,mode("replace"));&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2019 14:58:27 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Newline-character/m-p/189068#M40774</guid>
      <dc:creator>mnf</dc:creator>
      <dc:date>2019-03-25T14:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: Newline character</title>
      <link>https://community.jmp.com/t5/Discussions/Newline-character/m-p/189077#M40775</link>
      <description>&lt;P&gt;The complete list of Escape Characters can be found in the Scripting Guide&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; Help==&amp;gt;Books==&amp;gt;Scripting Guide&lt;/P&gt;
&lt;P&gt;For your need, \!n is the escape character sequence&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2019 15:03:27 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Newline-character/m-p/189077#M40775</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2019-03-25T15:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: Newline character</title>
      <link>https://community.jmp.com/t5/Discussions/Newline-character/m-p/189078#M40776</link>
      <description>&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Is there any (logical) reason why it is not simply \n, as in many other languages?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2019 15:12:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Newline-character/m-p/189078#M40776</guid>
      <dc:creator>mnf</dc:creator>
      <dc:date>2019-03-25T15:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: Newline character</title>
      <link>https://community.jmp.com/t5/Discussions/Newline-character/m-p/189080#M40778</link>
      <description>&lt;P&gt;I am not aware of why JMP implemented a 2 character escape sequence.&amp;nbsp; Maybe to help with double byte characters.&amp;nbsp; Maybe someone at JMP may have the logic of their decision.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2019 15:23:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Newline-character/m-p/189080#M40778</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2019-03-25T15:23:32Z</dc:date>
    </item>
  </channel>
</rss>

