<?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 to specify a number array in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-specify-a-number-array/m-p/15561#M14246</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To get a matrix of 100 values going from 1 to 100:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a_matrix = 1::100;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To convert this to a list:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a_list = as list(a_matrix)[1];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Nov 2015 20:19:53 GMT</pubDate>
    <dc:creator>pmroz</dc:creator>
    <dc:date>2015-11-20T20:19:53Z</dc:date>
    <item>
      <title>How to specify a number array</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-specify-a-number-array/m-p/15560#M14245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to specify a number array from 1 to 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right now I am doing it in the following way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sel[1] = {"1", "2", "3", "4", .....continued upto "100"};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this method is very cumbersome as I have to type in all numbers up to 100. Is there any shorter way in which I can tell JMP that I mean all numbers from 1 to 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2015 17:42:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-specify-a-number-array/m-p/15560#M14245</guid>
      <dc:creator>bpp0920200</dc:creator>
      <dc:date>2015-11-20T17:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to specify a number array</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-specify-a-number-array/m-p/15561#M14246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To get a matrix of 100 values going from 1 to 100:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a_matrix = 1::100;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To convert this to a list:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a_list = as list(a_matrix)[1];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2015 20:19:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-specify-a-number-array/m-p/15561#M14246</guid>
      <dc:creator>pmroz</dc:creator>
      <dc:date>2015-11-20T20:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to specify a number array</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-specify-a-number-array/m-p/15562#M14247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your example shows a list of numbers within quotation marks, i.e. text-formatted numbers. If that's what you need, this formula would do it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0px; font-size: 17px; line-height: normal; font-family: Courier;"&gt;&lt;SPAN style="color: #032ce4;"&gt;Local&lt;/SPAN&gt;&lt;STRONG&gt;({&lt;/STRONG&gt;i &lt;SPAN style="color: #011993;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;}&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt; &lt;SPAN style="color: #032ce4;"&gt;Repeat&lt;/SPAN&gt;&lt;STRONG&gt;({&lt;/STRONG&gt;i&lt;SPAN style="color: #011993;"&gt;++&lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;;&lt;/SPAN&gt; &lt;SPAN style="color: #032ce4;"&gt;Char&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;i&lt;STRONG&gt;)}&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt; &lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;100&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;))&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2015 21:28:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-specify-a-number-array/m-p/15562#M14247</guid>
      <dc:creator>ms</dc:creator>
      <dc:date>2015-11-20T21:28:07Z</dc:date>
    </item>
  </channel>
</rss>

