<?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: Comment/Uncomment out portions in the script in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Comment-Uncomment-out-portions-in-the-script/m-p/54668#M30894</link>
    <description>&lt;P&gt;fantastic! Thank you!&lt;/P&gt;</description>
    <pubDate>Mon, 09 Apr 2018 06:07:53 GMT</pubDate>
    <dc:creator>Aziza</dc:creator>
    <dc:date>2018-04-09T06:07:53Z</dc:date>
    <item>
      <title>Comment/Uncomment out portions in the script</title>
      <link>https://community.jmp.com/t5/Discussions/Comment-Uncomment-out-portions-in-the-script/m-p/54525#M30831</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;does any of you know&amp;nbsp;how to comment out the portions of the script in JMP?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Apr 2018 07:25:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Comment-Uncomment-out-portions-in-the-script/m-p/54525#M30831</guid>
      <dc:creator>Aziza</dc:creator>
      <dc:date>2018-04-06T07:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: Comment/Uncomment out portions in the script</title>
      <link>https://community.jmp.com/t5/Discussions/Comment-Uncomment-out-portions-in-the-script/m-p/54530#M30835</link>
      <description>&lt;P&gt;Select the portion you want to change and then right-click in the script window. Select &lt;STRONG&gt;Advanced&lt;/STRONG&gt; &amp;gt; &lt;STRONG&gt;Comment Block&lt;/STRONG&gt; or &lt;STRONG&gt;Uncomment Block&lt;/STRONG&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Apr 2018 11:34:27 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Comment-Uncomment-out-portions-in-the-script/m-p/54530#M30835</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2018-04-06T11:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: Comment/Uncomment out portions in the script</title>
      <link>https://community.jmp.com/t5/Discussions/Comment-Uncomment-out-portions-in-the-script/m-p/54548#M30846</link>
      <description>&lt;P&gt;And if you want to do it manually, JMP uses C++ style comments.&amp;nbsp; Either surround the code to be commented out with /*&amp;nbsp; &amp;nbsp;*/, or start each line with //.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;// Uncommented:
pi = 3.14159;
e  = 2.71828;

// Commented out using /* */
/*
pi = 3.14159;
e  = 2.71828;
*/

// Commented out a different way
// pi = 3.14159;
// e  = 2.71828;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 06 Apr 2018 15:13:01 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Comment-Uncomment-out-portions-in-the-script/m-p/54548#M30846</guid>
      <dc:creator>pmroz</dc:creator>
      <dc:date>2018-04-06T15:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: Comment/Uncomment out portions in the script</title>
      <link>https://community.jmp.com/t5/Discussions/Comment-Uncomment-out-portions-in-the-script/m-p/54668#M30894</link>
      <description>&lt;P&gt;fantastic! Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 09 Apr 2018 06:07:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Comment-Uncomment-out-portions-in-the-script/m-p/54668#M30894</guid>
      <dc:creator>Aziza</dc:creator>
      <dc:date>2018-04-09T06:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: Comment/Uncomment out portions in the script</title>
      <link>https://community.jmp.com/t5/Discussions/Comment-Uncomment-out-portions-in-the-script/m-p/59620#M32679</link>
      <description>&lt;P&gt;Is there a keyboard shortcut to comment/uncomment a block of code?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jun 2018 19:19:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Comment-Uncomment-out-portions-in-the-script/m-p/59620#M32679</guid>
      <dc:creator>bswedlove</dc:creator>
      <dc:date>2018-06-07T19:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: Comment/Uncomment out portions in the script</title>
      <link>https://community.jmp.com/t5/Discussions/Comment-Uncomment-out-portions-in-the-script/m-p/59701#M32681</link>
      <description>&lt;P&gt;Review of the Menu Card for the Script Editor&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Help==&amp;gt;Books==&amp;gt;Menu Card&lt;/P&gt;
&lt;P&gt;There is not a keyboard short cut for commenting blocks of text&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jun 2018 20:35:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Comment-Uncomment-out-portions-in-the-script/m-p/59701#M32681</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2018-06-07T20:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: Comment/Uncomment out portions in the script</title>
      <link>https://community.jmp.com/t5/Discussions/Comment-Uncomment-out-portions-in-the-script/m-p/194013#M41482</link>
      <description>&lt;P&gt;If anybody thinks there should be better keyboard shortcuts for commenting, you should vote for this suggestion:&lt;BR /&gt;&lt;A href="https://community.jmp.com/t5/JMP-Wish-List/Keyboard-Shortcut-to-Comment-Code-in-Script-Editor/idi-p/59754" target="_blank"&gt;https://community.jmp.com/t5/JMP-Wish-List/Keyboard-Shortcut-to-Comment-Code-in-Script-Editor/idi-p/59754&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2019 17:19:57 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Comment-Uncomment-out-portions-in-the-script/m-p/194013#M41482</guid>
      <dc:creator>JPoindexter</dc:creator>
      <dc:date>2019-04-22T17:19:57Z</dc:date>
    </item>
  </channel>
</rss>

