<?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: Are there any other ways to create a new script in the JMP table? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Are-there-any-other-ways-to-create-a-new-script-in-the-JMP-table/m-p/880054#M104364</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1); 

dt = open("$SAMPLE_DATA/Big Class.jmp");

dt &amp;lt;&amp;lt; New Script("A",
JSL Quote(Include("C:\gr.jsl");
/*
dz=Open("C:\gr.jsl",Charset("gb2312"),Add to Recent Files(0));
*/),
As String(1)
);
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1750070036053.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/76969iA7BC4B9DC5153914/image-size/large?v=v2&amp;amp;px=999" role="button" title="jthi_0-1750070036053.png" alt="jthi_0-1750070036053.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 16 Jun 2025 10:34:22 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2025-06-16T10:34:22Z</dc:date>
    <item>
      <title>Are there any other ways to create a new script in the JMP table?</title>
      <link>https://community.jmp.com/t5/Discussions/Are-there-any-other-ways-to-create-a-new-script-in-the-JMP-table/m-p/879981#M104350</link>
      <description>&lt;P&gt;I think it will have /*...*/ The content of cannot be written&lt;BR /&gt;For example, the script is like this&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Include("C:\gr.jsl");
/*
dz=Open("C:\gr.jsl",Charset("gb2312"),Add to Recent Files(0));
*/&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I use&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt=Open("$SAMPLE_DATA/Big Class.jmp");
Eval(Parse("dt&amp;lt;&amp;lt;new script(\!"test\!", Include(\!"C:\gr.jsl\!");   );"))Thanks Experts!&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 16 Jun 2025 04:01:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Are-there-any-other-ways-to-create-a-new-script-in-the-JMP-table/m-p/879981#M104350</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2025-06-16T04:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: Are there any other ways to create a new script in the JMP table?</title>
      <link>https://community.jmp.com/t5/Discussions/Are-there-any-other-ways-to-create-a-new-script-in-the-JMP-table/m-p/879991#M104351</link>
      <description>&lt;P&gt;Which script are you trying to create? Do you wish to keep the comments?&amp;nbsp;&lt;LI-MESSAGE title="How to automatically write code containing /**/ to JSL?" uid="769399" url="https://community.jmp.com/t5/Discussions/How-to-automatically-write-code-containing-to-JSL/m-p/769399#U769399" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jun 2025 04:36:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Are-there-any-other-ways-to-create-a-new-script-in-the-JMP-table/m-p/879991#M104351</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2025-06-16T04:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: Are there any other ways to create a new script in the JMP table?</title>
      <link>https://community.jmp.com/t5/Discussions/Are-there-any-other-ways-to-create-a-new-script-in-the-JMP-table/m-p/879997#M104354</link>
      <description>&lt;P&gt;no word&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2025-06-16_13-15-20.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/76952iE62F2E8B32DD6E17/image-size/large?v=v2&amp;amp;px=999" role="button" title="2025-06-16_13-15-20.png" alt="2025-06-16_13-15-20.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jun 2025 05:16:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Are-there-any-other-ways-to-create-a-new-script-in-the-JMP-table/m-p/879997#M104354</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2025-06-16T05:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: Are there any other ways to create a new script in the JMP table?</title>
      <link>https://community.jmp.com/t5/Discussions/Are-there-any-other-ways-to-create-a-new-script-in-the-JMP-table/m-p/879998#M104355</link>
      <description>&lt;P&gt;I'm still not sure what you are trying to achieve here&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jun 2025 05:20:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Are-there-any-other-ways-to-create-a-new-script-in-the-JMP-table/m-p/879998#M104355</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2025-06-16T05:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Are there any other ways to create a new script in the JMP table?</title>
      <link>https://community.jmp.com/t5/Discussions/Are-there-any-other-ways-to-create-a-new-script-in-the-JMP-table/m-p/880001#M104356</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I need to directly generate the content of such a script in the table using a script.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Thanks Experts!&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2025-06-16_13-30-37.png" style="width: 956px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/76954i1557EBE6598E0ACE/image-size/large?v=v2&amp;amp;px=999" role="button" title="2025-06-16_13-30-37.png" alt="2025-06-16_13-30-37.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jun 2025 05:31:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Are-there-any-other-ways-to-create-a-new-script-in-the-JMP-table/m-p/880001#M104356</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2025-06-16T05:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: Are there any other ways to create a new script in the JMP table?</title>
      <link>https://community.jmp.com/t5/Discussions/Are-there-any-other-ways-to-create-a-new-script-in-the-JMP-table/m-p/880054#M104364</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1); 

dt = open("$SAMPLE_DATA/Big Class.jmp");

dt &amp;lt;&amp;lt; New Script("A",
JSL Quote(Include("C:\gr.jsl");
/*
dz=Open("C:\gr.jsl",Charset("gb2312"),Add to Recent Files(0));
*/),
As String(1)
);
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1750070036053.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/76969iA7BC4B9DC5153914/image-size/large?v=v2&amp;amp;px=999" role="button" title="jthi_0-1750070036053.png" alt="jthi_0-1750070036053.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jun 2025 10:34:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Are-there-any-other-ways-to-create-a-new-script-in-the-JMP-table/m-p/880054#M104364</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2025-06-16T10:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: Are there any other ways to create a new script in the JMP table?</title>
      <link>https://community.jmp.com/t5/Discussions/Are-there-any-other-ways-to-create-a-new-script-in-the-JMP-table/m-p/939221#M109363</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/14366"&gt;@jthi&lt;/a&gt;&amp;nbsp;, do you remember where you found the as string (1) option.&lt;BR /&gt;super helpful! should be added to the scripting index - or made easier to finde if it is already there ...&lt;/P&gt;</description>
      <pubDate>Fri, 03 Apr 2026 07:41:52 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Are-there-any-other-ways-to-create-a-new-script-in-the-JMP-table/m-p/939221#M109363</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2026-04-03T07:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: Are there any other ways to create a new script in the JMP table?</title>
      <link>https://community.jmp.com/t5/Discussions/Are-there-any-other-ways-to-create-a-new-script-in-the-JMP-table/m-p/939280#M109364</link>
      <description>&lt;P&gt;From script JMP creates when you use "Copy Table Script"&lt;/P&gt;</description>
      <pubDate>Fri, 03 Apr 2026 14:29:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Are-there-any-other-ways-to-create-a-new-script-in-the-JMP-table/m-p/939280#M109364</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2026-04-03T14:29:29Z</dc:date>
    </item>
  </channel>
</rss>

