<?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: JMP15 JSL script save presentation error in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/JMP15-JSL-script-save-presentation-error/m-p/304437#M56082</link>
    <description>&lt;P&gt;The Scripting Index does not reflect this change.&amp;nbsp; I will put in the bug notification&lt;/P&gt;</description>
    <pubDate>Thu, 10 Sep 2020 15:00:03 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2020-09-10T15:00:03Z</dc:date>
    <item>
      <title>JMP15 JSL script save presentation error</title>
      <link>https://community.jmp.com/t5/Discussions/JMP15-JSL-script-save-presentation-error/m-p/303797#M56058</link>
      <description>&lt;P&gt;I get the following error if I have the EMF, PNG or JPG in the Save Presentation syntax. The same script works fine in JMP13; Is there any script change for JMP15.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
Open( "$SAMPLE_DATA/Big Class.jmp" );
biv = bivariate( y( :weight ), x( :height ) );
rbiv = biv &amp;lt;&amp;lt; report;
rbiv &amp;lt;&amp;lt; Save Presentation( "$TEMP/jmp_example.pptx", PNG );
Open( "$TEMP/jmp_example.pptx" );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rajang_0-1599687183603.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/26674i6BB0E40E01126C55/image-size/medium?v=v2&amp;amp;px=400" role="button" title="rajang_0-1599687183603.png" alt="rajang_0-1599687183603.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Rajan&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 23:37:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP15-JSL-script-save-presentation-error/m-p/303797#M56058</guid>
      <dc:creator>rajang</dc:creator>
      <dc:date>2023-06-09T23:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: JMP15 JSL script save presentation error</title>
      <link>https://community.jmp.com/t5/Discussions/JMP15-JSL-script-save-presentation-error/m-p/304224#M56065</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I put "PNG" in quotations it seems to work.&amp;nbsp; Please try that and see if it resolves the issue.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2020 08:16:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP15-JSL-script-save-presentation-error/m-p/304224#M56065</guid>
      <dc:creator>HadleyMyers</dc:creator>
      <dc:date>2020-09-10T08:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: JMP15 JSL script save presentation error</title>
      <link>https://community.jmp.com/t5/Discussions/JMP15-JSL-script-save-presentation-error/m-p/304407#M56077</link>
      <description>&lt;P&gt;This is a good general practice for options that do not take any arguments.&amp;nbsp; It looks like this particular option was changed to allow variable evaluation, as in:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;fmt = "PNG";
rbiv &amp;lt;&amp;lt; Save Presentation( "$TEMP/jmp_example.pptx", fmt );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 10 Sep 2020 13:47:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP15-JSL-script-save-presentation-error/m-p/304407#M56077</guid>
      <dc:creator>danschikore</dc:creator>
      <dc:date>2020-09-10T13:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: JMP15 JSL script save presentation error</title>
      <link>https://community.jmp.com/t5/Discussions/JMP15-JSL-script-save-presentation-error/m-p/304437#M56082</link>
      <description>&lt;P&gt;The Scripting Index does not reflect this change.&amp;nbsp; I will put in the bug notification&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2020 15:00:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP15-JSL-script-save-presentation-error/m-p/304437#M56082</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2020-09-10T15:00:03Z</dc:date>
    </item>
  </channel>
</rss>

