<?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: Is there a function that returns a list of messages an object responds to? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Is-there-a-function-that-returns-a-list-of-messages-an-object/m-p/782356#M96567</link>
    <description>The thing with the Scripting Index is, I feel like I’ve noticed missing messages as well as deprecated ones.&lt;BR /&gt;&lt;BR /&gt;Other languages do implement this, btw. Ruby has it.&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply; I’ll accept it as a solution.</description>
    <pubDate>Sat, 17 Aug 2024 02:17:06 GMT</pubDate>
    <dc:creator>mtowle419</dc:creator>
    <dc:date>2024-08-17T02:17:06Z</dc:date>
    <item>
      <title>Is there a function that returns a list of messages an object responds to?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-there-a-function-that-returns-a-list-of-messages-an-object/m-p/782343#M96564</link>
      <description>&lt;P&gt;Ex.:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;nt = new table();

nt &amp;lt;&amp;lt; messages;

=&amp;gt; { get column names, etc }&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 16 Aug 2024 21:49:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-there-a-function-that-returns-a-list-of-messages-an-object/m-p/782343#M96564</guid>
      <dc:creator>mtowle419</dc:creator>
      <dc:date>2024-08-16T21:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a function that returns a list of messages an object responds to?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-there-a-function-that-returns-a-list-of-messages-an-object/m-p/782355#M96566</link>
      <description>&lt;P&gt;The Scripting Index can show you all of the messages that can be sent to an object, such as a Data Table&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_0-1723859619508.png" style="width: 840px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/67217i12DD5DC3490D9687/image-dimensions/840x584?v=v2" width="840" height="584" role="button" title="txnelson_0-1723859619508.png" alt="txnelson_0-1723859619508.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Aug 2024 01:53:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-there-a-function-that-returns-a-list-of-messages-an-object/m-p/782355#M96566</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2024-08-17T01:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a function that returns a list of messages an object responds to?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-there-a-function-that-returns-a-list-of-messages-an-object/m-p/782356#M96567</link>
      <description>The thing with the Scripting Index is, I feel like I’ve noticed missing messages as well as deprecated ones.&lt;BR /&gt;&lt;BR /&gt;Other languages do implement this, btw. Ruby has it.&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply; I’ll accept it as a solution.</description>
      <pubDate>Sat, 17 Aug 2024 02:17:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-there-a-function-that-returns-a-list-of-messages-an-object/m-p/782356#M96567</guid>
      <dc:creator>mtowle419</dc:creator>
      <dc:date>2024-08-17T02:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a function that returns a list of messages an object responds to?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-there-a-function-that-returns-a-list-of-messages-an-object/m-p/782357#M96568</link>
      <description>&lt;P&gt;You should add your idea to the JMP Wish List&lt;/P&gt;</description>
      <pubDate>Sat, 17 Aug 2024 02:37:30 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-there-a-function-that-returns-a-list-of-messages-an-object/m-p/782357#M96568</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2024-08-17T02:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a function that returns a list of messages an object responds to?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-there-a-function-that-returns-a-list-of-messages-an-object/m-p/782358#M96569</link>
      <description>&lt;P&gt;You can also use&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;nt=new table();
show properties(nt);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;This will show (most?) of the messages the object will accept, but doesn't show the full syntax required for each message. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Aug 2024 02:54:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-there-a-function-that-returns-a-list-of-messages-an-object/m-p/782358#M96569</guid>
      <dc:creator>MathStatChem</dc:creator>
      <dc:date>2024-08-17T02:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a function that returns a list of messages an object responds to?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-there-a-function-that-returns-a-list-of-messages-an-object/m-p/782361#M96571</link>
      <description>&lt;P&gt;I use all of Show Property(obj), Scripting Index, Scripting Guide and JSL Syntax reference (Scripting Index is definitely the most important one for me). For JSL Syntax reference I tend to utilize the .pdf as I consider JMP Help pages search to be so horrible that it cannot be used &lt;A href="https://www.jmp.com/en_fi/support/jmp-documentation.html" target="_blank"&gt;https://www.jmp.com/en_fi/support/jmp-documentation.html&lt;/A&gt; (you can also get Scripting Guide and other documentation as .pdf). Or first I use Scripting Index and then click topic help as this helps (hopefully) to navigate to correct page on JMP Help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Be careful though, different documentation do not necessarily agree... &lt;LI-MESSAGE title="JMP Scripting Index feedback and discussion" uid="582878" url="https://community.jmp.com/t5/Discussions/JMP-Scripting-Index-feedback-and-discussion/m-p/582878#U582878" 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;this is a bit old topic now and some of my understanding has improved since regarding the syntax but if I remember correctly it does contain some examples of discrepancies between different documents.&lt;/P&gt;</description>
      <pubDate>Sat, 17 Aug 2024 05:17:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-there-a-function-that-returns-a-list-of-messages-an-object/m-p/782361#M96571</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-08-17T05:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a function that returns a list of messages an object responds to?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-there-a-function-that-returns-a-list-of-messages-an-object/m-p/782379#M96577</link>
      <description>&lt;P&gt;What's your go-to when you want to know the different options/named parameters a function takes?&lt;/P&gt;</description>
      <pubDate>Sat, 17 Aug 2024 14:10:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-there-a-function-that-returns-a-list-of-messages-an-object/m-p/782379#M96577</guid>
      <dc:creator>mtowle419</dc:creator>
      <dc:date>2024-08-17T14:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a function that returns a list of messages an object responds to?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-there-a-function-that-returns-a-list-of-messages-an-object/m-p/782384#M96579</link>
      <description>&lt;P&gt;If you just want to know about the parameters for a function it is either Scripting Index or JSL Syntax Reference. And I start with Scripting Index. If it doesn't have enough information I will try Topic Help button from there. It will then (hopefully) take me to JSL Syntax Reference or Scripting Guide. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example Contains(), starting from Scripting Index&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1723904116796.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/67219iD2EF45FA7922D721/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1723904116796.png" alt="jthi_0-1723904116796.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I end up in JSL Syntax Reference page&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_2-1723904171039.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/67221i98F7406FEC2E48D5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_2-1723904171039.png" alt="jthi_2-1723904171039.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;And it has few extra links which might be helpful to see additional examples.&lt;/P&gt;</description>
      <pubDate>Sat, 17 Aug 2024 14:19:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-there-a-function-that-returns-a-list-of-messages-an-object/m-p/782384#M96579</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-08-17T14:19:56Z</dc:date>
    </item>
  </channel>
</rss>

