<?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: How does JSL automatically get data for each cell in the selected range of the cursor? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-does-JSL-automatically-get-data-for-each-cell-in-the/m-p/336850#M58429</link>
    <description>&lt;P&gt;Thank Jim!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2020-11-24_18-31-55.png" style="width: 791px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/28575i81DE0640C51D0953/image-size/large?v=v2&amp;amp;px=999" role="button" title="2020-11-24_18-31-55.png" alt="2020-11-24_18-31-55.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 24 Nov 2020 10:32:57 GMT</pubDate>
    <dc:creator>lwx228</dc:creator>
    <dc:date>2020-11-24T10:32:57Z</dc:date>
    <item>
      <title>How does JSL automatically get data for each cell in the selected range of the cursor?</title>
      <link>https://community.jmp.com/t5/Discussions/How-does-JSL-automatically-get-data-for-each-cell-in-the/m-p/336807#M58426</link>
      <description>&lt;P&gt;For example, "Big class.jMP "has selected column 1, and column 2 has already selected row 6&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2020-11-24_16-25-14.png" style="width: 549px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/28573iED03F28D09FFAF90/image-size/large?v=v2&amp;amp;px=999" role="button" title="2020-11-24_16-25-14.png" alt="2020-11-24_16-25-14.png" /&gt;&lt;/span&gt;&lt;BR /&gt;How can write JSL to automatically write the cell values of the selected range into a variable?&lt;/P&gt;&lt;P&gt;It looks like this:&lt;BR /&gt;s1="TIM"&lt;BR /&gt;s2=12&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 21:58:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-does-JSL-automatically-get-data-for-each-cell-in-the/m-p/336807#M58426</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2023-06-09T21:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: How does JSL automatically get data for each cell in the selected range of the cursor?</title>
      <link>https://community.jmp.com/t5/Discussions/How-does-JSL-automatically-get-data-for-each-cell-in-the/m-p/336835#M58428</link>
      <description>&lt;P&gt;I think this is what you are looking for&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;s1 = column(dt,(dt&amp;lt;&amp;lt;get selected columns)[1])[(dt&amp;lt;&amp;lt;get selected rows)[1]];
s2 = column(dt,(dt&amp;lt;&amp;lt;get selected columns)[2])[(dt&amp;lt;&amp;lt;get selected rows)[1]];&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 24 Nov 2020 10:02:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-does-JSL-automatically-get-data-for-each-cell-in-the/m-p/336835#M58428</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2020-11-24T10:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: How does JSL automatically get data for each cell in the selected range of the cursor?</title>
      <link>https://community.jmp.com/t5/Discussions/How-does-JSL-automatically-get-data-for-each-cell-in-the/m-p/336850#M58429</link>
      <description>&lt;P&gt;Thank Jim!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2020-11-24_18-31-55.png" style="width: 791px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/28575i81DE0640C51D0953/image-size/large?v=v2&amp;amp;px=999" role="button" title="2020-11-24_18-31-55.png" alt="2020-11-24_18-31-55.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Nov 2020 10:32:57 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-does-JSL-automatically-get-data-for-each-cell-in-the/m-p/336850#M58429</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2020-11-24T10:32:57Z</dc:date>
    </item>
  </channel>
</rss>

