<?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 Help with retrieving value from argument in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Help-with-retrieving-value-from-argument/m-p/326658#M57597</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm starting to dabble with with connecting JMP and Python.&lt;/P&gt;&lt;P&gt;When I run a small HTTP request (POST) I get the following statement back&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;getstr = ["shortId" =&amp;gt; "4bb3c98fb63579f6f1c615b1adcdc8d5", "userListId" =&amp;gt; 30913859];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to find the syntax to retrieve&amp;nbsp; the value associated with "userListID".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sebastien&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jun 2023 23:41:35 GMT</pubDate>
    <dc:creator>Sburel</dc:creator>
    <dc:date>2023-06-09T23:41:35Z</dc:date>
    <item>
      <title>Help with retrieving value from argument</title>
      <link>https://community.jmp.com/t5/Discussions/Help-with-retrieving-value-from-argument/m-p/326658#M57597</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm starting to dabble with with connecting JMP and Python.&lt;/P&gt;&lt;P&gt;When I run a small HTTP request (POST) I get the following statement back&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;getstr = ["shortId" =&amp;gt; "4bb3c98fb63579f6f1c615b1adcdc8d5", "userListId" =&amp;gt; 30913859];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to find the syntax to retrieve&amp;nbsp; the value associated with "userListID".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sebastien&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 23:41:35 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Help-with-retrieving-value-from-argument/m-p/326658#M57597</guid>
      <dc:creator>Sburel</dc:creator>
      <dc:date>2023-06-09T23:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: Help with retrieving value from argument</title>
      <link>https://community.jmp.com/t5/Discussions/Help-with-retrieving-value-from-argument/m-p/326787#M57605</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Based on the limited information you provided, I believe that the following formula should do the trick:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Word( -1, getstr, "&amp;gt;]" );&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Is that what you were looking for?&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;TS&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2020 06:18:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Help-with-retrieving-value-from-argument/m-p/326787#M57605</guid>
      <dc:creator>Thierry_S</dc:creator>
      <dc:date>2020-10-27T06:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: Help with retrieving value from argument</title>
      <link>https://community.jmp.com/t5/Discussions/Help-with-retrieving-value-from-argument/m-p/327008#M57629</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/11634"&gt;@Thierry_S&lt;/a&gt; Thanks a lot for the feedback. I tried your suggestion but it did not seem to work but in the mean time I've found alternative:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;getstr = ["shortId" =&amp;gt; "e966660eeb303dac6e426c00e90c856e", "userListId" =&amp;gt; 30915202];

user_list_id = getstr &amp;lt;&amp;lt; get value( "userListId" ); // this retrieve the info from the associative array.
Show( user_list_id );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 01 Nov 2020 18:05:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Help-with-retrieving-value-from-argument/m-p/327008#M57629</guid>
      <dc:creator>Sburel</dc:creator>
      <dc:date>2020-11-01T18:05:24Z</dc:date>
    </item>
  </channel>
</rss>

