<?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 show array values in the User Interface? in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/How-to-show-array-values-in-the-User-Interface/m-p/707497#M8579</link>
    <description>&lt;P&gt;I would use a loop, if you need to list all the rows at ones use vardim.&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;LI-CODE lang="markup"&gt;yUI=5
for i = 1 to vardim1(array1)
	ui_infield{2} array1[i][1], 5,  yUI, 90, 15
	yUI= yUI+25
next i

&lt;/LI-CODE&gt;&lt;P&gt;ofc you can use your own variable to control the number of rows you want&lt;/P&gt;</description>
    <pubDate>Tue, 07 Jul 2026 11:14:59 GMT</pubDate>
    <dc:creator>Domagoj Lukinic</dc:creator>
    <dc:date>2026-07-07T11:14:59Z</dc:date>
    <item>
      <title>How to show array values in the User Interface?</title>
      <link>https://community.graphisoft.com/t5/GDL/How-to-show-array-values-in-the-User-Interface/m-p/707491#M8578</link>
      <description>&lt;P&gt;I would like to use Arrays, but when shown in the UI, it seems you can only show the full Array:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Jeroen_0-1783414887842.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/102989i28F9821F5F446812/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jeroen_0-1783414887842.png" alt="Jeroen_0-1783414887842.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Can you show and edit a single array item?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Jeroen&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2026 09:03:04 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/How-to-show-array-values-in-the-User-Interface/m-p/707491#M8578</guid>
      <dc:creator>Jeroen</dc:creator>
      <dc:date>2026-07-07T09:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to show array values in the User Interface?</title>
      <link>https://community.graphisoft.com/t5/GDL/How-to-show-array-values-in-the-User-Interface/m-p/707497#M8579</link>
      <description>&lt;P&gt;I would use a loop, if you need to list all the rows at ones use vardim.&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;LI-CODE lang="markup"&gt;yUI=5
for i = 1 to vardim1(array1)
	ui_infield{2} array1[i][1], 5,  yUI, 90, 15
	yUI= yUI+25
next i

&lt;/LI-CODE&gt;&lt;P&gt;ofc you can use your own variable to control the number of rows you want&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2026 11:14:59 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/How-to-show-array-values-in-the-User-Interface/m-p/707497#M8579</guid>
      <dc:creator>Domagoj Lukinic</dc:creator>
      <dc:date>2026-07-07T11:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to show array values in the User Interface?</title>
      <link>https://community.graphisoft.com/t5/GDL/How-to-show-array-values-in-the-User-Interface/m-p/707520#M8580</link>
      <description>&lt;P&gt;Thanks a lot&amp;nbsp;&lt;SPAN&gt;Domagoj!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2026 13:52:06 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/How-to-show-array-values-in-the-User-Interface/m-p/707520#M8580</guid>
      <dc:creator>Jeroen</dc:creator>
      <dc:date>2026-07-07T13:52:06Z</dc:date>
    </item>
  </channel>
</rss>

