<?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 Is there a way to save a jmp-formatted table that doesn't contain .jmp in the filename? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Is-there-a-way-to-save-a-jmp-formatted-table-that-doesn-t/m-p/809843#M99131</link>
    <description>&lt;P&gt;Why is it that when you use the command save() to save a jmp-formatted table, the saved filename has to contain .jmp. Is there a way to save a jmp-formatted table that doesn't contain .jmp in the filename?&lt;/P&gt;</description>
    <pubDate>Thu, 07 Nov 2024 02:13:32 GMT</pubDate>
    <dc:creator>lehaofeng</dc:creator>
    <dc:date>2024-11-07T02:13:32Z</dc:date>
    <item>
      <title>Is there a way to save a jmp-formatted table that doesn't contain .jmp in the filename?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-there-a-way-to-save-a-jmp-formatted-table-that-doesn-t/m-p/809843#M99131</link>
      <description>&lt;P&gt;Why is it that when you use the command save() to save a jmp-formatted table, the saved filename has to contain .jmp. Is there a way to save a jmp-formatted table that doesn't contain .jmp in the filename?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2024 02:13:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-there-a-way-to-save-a-jmp-formatted-table-that-doesn-t/m-p/809843#M99131</guid>
      <dc:creator>lehaofeng</dc:creator>
      <dc:date>2024-11-07T02:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to save a jmp-formatted table that doesn't contain .jmp in the filename?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-there-a-way-to-save-a-jmp-formatted-table-that-doesn-t/m-p/809844#M99132</link>
      <description>&lt;P&gt;I have not done that, however, you can always rename the file after it has been saved&lt;/P&gt;
&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; Save( "$temp\Big Class.jmp" ); 
rc1 = Rename File( "$TEMP/Big Class.jmp", "namewithoutanextension" );
show(files in directory("$TEMP"));
Close( dt, "NoSave" );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 07 Nov 2024 02:28:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-there-a-way-to-save-a-jmp-formatted-table-that-doesn-t/m-p/809844#M99132</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2024-11-07T02:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to save a jmp-formatted table that doesn't contain .jmp in the filename?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-there-a-way-to-save-a-jmp-formatted-table-that-doesn-t/m-p/809845#M99133</link>
      <description>&lt;P&gt;That is a good workaround!&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2024 03:07:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-there-a-way-to-save-a-jmp-formatted-table-that-doesn-t/m-p/809845#M99133</guid>
      <dc:creator>lehaofeng</dc:creator>
      <dc:date>2024-11-07T03:07:23Z</dc:date>
    </item>
  </channel>
</rss>

