<?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: Set range for array in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/Set-range-for-array/m-p/356716#M1253</link>
    <description>&lt;P&gt;That is not possibly. You can only set it for the whole array.&lt;/P&gt;</description>
    <pubDate>Wed, 21 Sep 2022 20:39:43 GMT</pubDate>
    <dc:creator>runxel</dc:creator>
    <dc:date>2022-09-21T20:39:43Z</dc:date>
    <item>
      <title>Set range for array</title>
      <link>https://community.graphisoft.com/t5/GDL/Set-range-for-array/m-p/356660#M1250</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to set a range for individual array fields? On first glance, I wasn't able to even though I can set the range for the parameter as a whole.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2022 08:56:17 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Set-range-for-array/m-p/356660#M1250</guid>
      <dc:creator>JGoode</dc:creator>
      <dc:date>2022-09-21T08:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: Set range for array</title>
      <link>https://community.graphisoft.com/t5/GDL/Set-range-for-array/m-p/356661#M1251</link>
      <description>&lt;P&gt;Just to clarify, you have an array like [&amp;nbsp;&lt;EM&gt;a&lt;/EM&gt;,&lt;EM&gt;b&amp;nbsp;&lt;/EM&gt;] and you want to set a range for just for &lt;EM&gt;a,&lt;/EM&gt; but you have only managed to set a uniform range encompassing both&amp;nbsp;&lt;EM&gt;a&amp;nbsp;&lt;/EM&gt;and&amp;nbsp;&lt;EM&gt;b&lt;/EM&gt;. [&amp;nbsp;&lt;EM&gt;x1&amp;lt; a &amp;lt;x2 , y1&amp;lt; b &amp;lt;y2&amp;nbsp;&lt;/EM&gt;] vs&amp;nbsp;[&amp;nbsp;&lt;EM&gt;x1&amp;lt; a &amp;lt;x2, x1&amp;lt; b &amp;lt;x2&amp;nbsp;&lt;/EM&gt;]&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2022 09:29:07 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Set-range-for-array/m-p/356661#M1251</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2022-09-21T09:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: Set range for array</title>
      <link>https://community.graphisoft.com/t5/GDL/Set-range-for-array/m-p/356665#M1252</link>
      <description>&lt;P&gt;Yes, so I would like to be able to set a range, as in minimum and maximum, so for x[1][1] I might want a different maximum e.g x[1][1] range [0, 1] and x[1][2] range [0, 2]. I currently have it so the range is always the same e.g x range [0, 1]&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2022 09:40:43 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Set-range-for-array/m-p/356665#M1252</guid>
      <dc:creator>JGoode</dc:creator>
      <dc:date>2022-09-21T09:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Set range for array</title>
      <link>https://community.graphisoft.com/t5/GDL/Set-range-for-array/m-p/356716#M1253</link>
      <description>&lt;P&gt;That is not possibly. You can only set it for the whole array.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2022 20:39:43 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Set-range-for-array/m-p/356716#M1253</guid>
      <dc:creator>runxel</dc:creator>
      <dc:date>2022-09-21T20:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: Set range for array</title>
      <link>https://community.graphisoft.com/t5/GDL/Set-range-for-array/m-p/356717#M1254</link>
      <description>&lt;P&gt;Manual says:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;&lt;SPAN&gt;If used on an array parameter, the restriction will be applied to all items individually. &lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 21 Sep 2022 20:54:22 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Set-range-for-array/m-p/356717#M1254</guid>
      <dc:creator>Jochen Suehlo</dc:creator>
      <dc:date>2022-09-21T20:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: Set range for array</title>
      <link>https://community.graphisoft.com/t5/GDL/Set-range-for-array/m-p/356760#M1255</link>
      <description>&lt;P&gt;The only way is:&lt;/P&gt;&lt;P&gt;Make a dummy parameter which can have a range or list (and it can be switched on demand).&lt;/P&gt;&lt;P&gt;First switch the value basing on selected cell in Your array, then apply the correct value basing on a range. Will work in UI, will not on hotspots...&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2022 12:43:25 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Set-range-for-array/m-p/356760#M1255</guid>
      <dc:creator>Piotr Dobrowolski</dc:creator>
      <dc:date>2022-09-22T12:43:25Z</dc:date>
    </item>
  </channel>
</rss>

