<?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 Extract Global Variable array into a user selected dropdown list in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/Extract-Global-Variable-array-into-a-user-selected-dropdown-list/m-p/262317#M2973</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;Hi All&lt;BR /&gt;&lt;BR /&gt;I am trying to extract the first row from the GLOB_ISSUE_SCHEME global variable array and list it as a user-selected dropdown list. I know how to use a REQUEST statement to list fonts using FONTNAMES_LIST, or list individually using a VALUES statement, but extracting from an array has me stumped.&lt;BR /&gt;&lt;BR /&gt;Any input much appreciated!&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;Brendon&lt;/DIV&gt;</description>
    <pubDate>Tue, 14 Sep 2021 07:16:28 GMT</pubDate>
    <dc:creator>bej</dc:creator>
    <dc:date>2021-09-14T07:16:28Z</dc:date>
    <item>
      <title>Extract Global Variable array into a user selected dropdown list</title>
      <link>https://community.graphisoft.com/t5/GDL/Extract-Global-Variable-array-into-a-user-selected-dropdown-list/m-p/262317#M2973</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Hi All&lt;BR /&gt;&lt;BR /&gt;I am trying to extract the first row from the GLOB_ISSUE_SCHEME global variable array and list it as a user-selected dropdown list. I know how to use a REQUEST statement to list fonts using FONTNAMES_LIST, or list individually using a VALUES statement, but extracting from an array has me stumped.&lt;BR /&gt;&lt;BR /&gt;Any input much appreciated!&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;Brendon&lt;/DIV&gt;</description>
      <pubDate>Tue, 14 Sep 2021 07:16:28 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Extract-Global-Variable-array-into-a-user-selected-dropdown-list/m-p/262317#M2973</guid>
      <dc:creator>bej</dc:creator>
      <dc:date>2021-09-14T07:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Global Variable array into a user selected dropdown list</title>
      <link>https://community.graphisoft.com/t5/GDL/Extract-Global-Variable-array-into-a-user-selected-dropdown-list/m-p/262318#M2974</link>
      <description>&lt;PRE&gt;DIM _issue_vals[]
FOR i = 1 TO 7
	_issue_vals&lt;I&gt; = GLOB_ISSUE_SCHEME[1]&lt;I&gt;
NEXT i

VALUES "issue_strings" _issue_vals
&lt;/I&gt;&lt;/I&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 26 Apr 2021 08:21:05 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Extract-Global-Variable-array-into-a-user-selected-dropdown-list/m-p/262318#M2974</guid>
      <dc:creator>Jochen Suehlo</dc:creator>
      <dc:date>2021-04-26T08:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Global Variable array into a user selected dropdown list</title>
      <link>https://community.graphisoft.com/t5/GDL/Extract-Global-Variable-array-into-a-user-selected-dropdown-list/m-p/262319#M2975</link>
      <description>Brilliant, thanks Joachim! Works perfectly</description>
      <pubDate>Mon, 26 Apr 2021 10:43:03 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Extract-Global-Variable-array-into-a-user-selected-dropdown-list/m-p/262319#M2975</guid>
      <dc:creator>bej</dc:creator>
      <dc:date>2021-04-26T10:43:03Z</dc:date>
    </item>
  </channel>
</rss>

