<?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 Enter &amp;quot;NewLine&amp;quot; in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Enter-quot-NewLine-quot/m-p/620838#M82002</link>
    <description>&lt;P&gt;I want to split a string in a character column into two lines - by adding a newline.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
name[1] = "A\!nB"&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can I do this directly when editing the cell - Alt + Enter doesn't seem to be right?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 11 Jun 2023 00:00:14 GMT</pubDate>
    <dc:creator>hogi</dc:creator>
    <dc:date>2023-06-11T00:00:14Z</dc:date>
    <item>
      <title>Enter "NewLine"</title>
      <link>https://community.jmp.com/t5/Discussions/Enter-quot-NewLine-quot/m-p/620838#M82002</link>
      <description>&lt;P&gt;I want to split a string in a character column into two lines - by adding a newline.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
name[1] = "A\!nB"&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can I do this directly when editing the cell - Alt + Enter doesn't seem to be right?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2023 00:00:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Enter-quot-NewLine-quot/m-p/620838#M82002</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-06-11T00:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: Enter "NewLine"</title>
      <link>https://community.jmp.com/t5/Discussions/Enter-quot-NewLine-quot/m-p/620885#M82007</link>
      <description>&lt;P&gt;Your code seems to work the way you thought it would.&amp;nbsp; I just had to expand the height of the rows to have it displayed.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_0-1680866038312.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/51803iDCEDEAF83D8471D2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="txnelson_0-1680866038312.png" alt="txnelson_0-1680866038312.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;names default to here(1);
dt = 
// Open Data Table: Big Class.jmp
// → Data Table( "Big Class" )
Open( "$SAMPLE_DATA/Big Class.jmp" );

:name[1] = "A\!nB"&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 07 Apr 2023 11:14:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Enter-quot-NewLine-quot/m-p/620885#M82007</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2023-04-07T11:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: Enter "NewLine"</title>
      <link>https://community.jmp.com/t5/Discussions/Enter-quot-NewLine-quot/m-p/620959#M82013</link>
      <description>&lt;P&gt;and is this possible without JSL, just by typing?&lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2023 14:08:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Enter-quot-NewLine-quot/m-p/620959#M82013</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-04-07T14:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: Enter "NewLine"</title>
      <link>https://community.jmp.com/t5/Discussions/Enter-quot-NewLine-quot/m-p/620984#M82015</link>
      <description>&lt;P&gt;Here's one way, which is admittedly a bit of a hack:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Open a new script window&lt;/LI&gt;
&lt;LI&gt;Hit enter&lt;/LI&gt;
&lt;LI&gt;Shift+up arrow to select that new line/carriage return&lt;/LI&gt;
&lt;LI&gt;Copy to clipboard, Ctrl+c&lt;/LI&gt;
&lt;LI&gt;Back to data table, enter first line, then Ctrl+v to paste, then enter second line.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Jed_Campbell_0-1680878047325.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/51809i21B69D4181D068D8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jed_Campbell_0-1680878047325.png" alt="Jed_Campbell_0-1680878047325.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2023 14:34:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Enter-quot-NewLine-quot/m-p/620984#M82015</guid>
      <dc:creator>Jed_Campbell</dc:creator>
      <dc:date>2023-04-07T14:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: Enter "NewLine"</title>
      <link>https://community.jmp.com/t5/Discussions/Enter-quot-NewLine-quot/m-p/621069#M82025</link>
      <description>&lt;P&gt;I tried the method to enter and evaluate expressions to a literal value directly, but it only works for numeric expressions.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2023 15:53:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Enter-quot-NewLine-quot/m-p/621069#M82025</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2023-04-07T15:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: Enter "NewLine"</title>
      <link>https://community.jmp.com/t5/Discussions/Enter-quot-NewLine-quot/m-p/621077#M82028</link>
      <description>&lt;P&gt;Nice trick - thanks :)&lt;/img&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2023 16:06:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Enter-quot-NewLine-quot/m-p/621077#M82028</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-04-07T16:06:10Z</dc:date>
    </item>
    <item>
      <title>回應： Enter "NewLine"</title>
      <link>https://community.jmp.com/t5/Discussions/Enter-quot-NewLine-quot/m-p/712914#M89633</link>
      <description>&lt;P&gt;可以先delete;，然後再打一個;再按enter&lt;/P&gt;</description>
      <pubDate>Sat, 30 Dec 2023 13:05:57 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Enter-quot-NewLine-quot/m-p/712914#M89633</guid>
      <dc:creator>Victor3</dc:creator>
      <dc:date>2023-12-30T13:05:57Z</dc:date>
    </item>
  </channel>
</rss>

