<?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 Convert table to script and save it other table in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Convert-table-to-script-and-save-it-other-table/m-p/937564#M109277</link>
    <description>&lt;P&gt;I have 2 table. dt(data table) and lt(Limit table). I like to convert lt table to script and save that in to dt table scripts. How can I achive that. below is the script that&amp;nbsp;I came up with.&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;scriptObj = lt &amp;lt;&amp;lt; Get Script;

Eval( Eval Expr(
	dt &amp;lt;&amp;lt; New Script("Recreate Limit Data", Expr(scriptObj));
) );
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 26 Mar 2026 18:55:54 GMT</pubDate>
    <dc:creator>ConfidenceOwl94</dc:creator>
    <dc:date>2026-03-26T18:55:54Z</dc:date>
    <item>
      <title>Convert table to script and save it other table</title>
      <link>https://community.jmp.com/t5/Discussions/Convert-table-to-script-and-save-it-other-table/m-p/937564#M109277</link>
      <description>&lt;P&gt;I have 2 table. dt(data table) and lt(Limit table). I like to convert lt table to script and save that in to dt table scripts. How can I achive that. below is the script that&amp;nbsp;I came up with.&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;scriptObj = lt &amp;lt;&amp;lt; Get Script;

Eval( Eval Expr(
	dt &amp;lt;&amp;lt; New Script("Recreate Limit Data", Expr(scriptObj));
) );
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 26 Mar 2026 18:55:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Convert-table-to-script-and-save-it-other-table/m-p/937564#M109277</guid>
      <dc:creator>ConfidenceOwl94</dc:creator>
      <dc:date>2026-03-26T18:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: Convert table to script and save it other table</title>
      <link>https://community.jmp.com/t5/Discussions/Convert-table-to-script-and-save-it-other-table/m-p/937574#M109278</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);

dt1 = Open("$SAMPLE_DATA/Big Class.jmp");
dt2 = Open("$SAMPLE_DATA/Big Class Families.jmp");


s = dt1 &amp;lt;&amp;lt; get script;
Eval(EvalExpr(
	dt2 &amp;lt;&amp;lt; New Script("Big Class", Expr(NameExpr(s)))
));
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 26 Mar 2026 18:57:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Convert-table-to-script-and-save-it-other-table/m-p/937574#M109278</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2026-03-26T18:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: Convert table to script and save it other table</title>
      <link>https://community.jmp.com/t5/Discussions/Convert-table-to-script-and-save-it-other-table/m-p/937593#M109281</link>
      <description>&lt;P&gt;Thanks you so much.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2026 19:56:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Convert-table-to-script-and-save-it-other-table/m-p/937593#M109281</guid>
      <dc:creator>ConfidenceOwl94</dc:creator>
      <dc:date>2026-03-26T19:56:13Z</dc:date>
    </item>
  </channel>
</rss>

