<?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 Keynotes using 'ASSOCEL_PROPERTIES' Request in Archicad 18 in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Keynotes-using-ASSOCEL-PROPERTIES-Request-in-Archicad-18/m-p/212303#M11407</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;Hello,&lt;BR /&gt;
&lt;BR /&gt;
I have been using the code below in a label in archicad 17 to display properties linked to model elements.&lt;BR /&gt;
&lt;BR /&gt;
We have recently moved some projects to ac18, and the label has stopped working. Does anyone know if anything has changed in GDL or is there something else I am missing?&lt;BR /&gt;

&lt;PRE&gt;	
dim PrpDta[]

	proptxt = REQUEST ("ASSOCEL_PROPERTIES", "iscomp, fullname", DtaNum, PrpDta)
	
	if bChangeSkinDirection exor bFlipLabel then
		orderBegin	= DtaNum-1
		orderFinish = 1
		step_value		= -2
	else
		orderBegin	= 1
		orderFinish = DtaNum
		step_value		= 2
	endif

	IF DtaNum &amp;gt; 0 THEN
		FOR DtaInd = orderBegin TO orderFinish STEP step_value
			IF PrpDta[DtaInd] &amp;lt;&amp;gt; 1 THEN
				StrInd=StrInd+1
				arDisplayText[StrInd] = PrpDta[DtaInd+1]
			ENDIF
		NEXT DtaInd
	ELSE
		arDisplayText[StrInd+1]	= "No Properties"
	ENDIF

&lt;/PRE&gt;

Thanks,&lt;BR /&gt;
&lt;BR /&gt;
Tobias&lt;/R&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 01 Oct 2014 03:57:28 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-10-01T03:57:28Z</dc:date>
    <item>
      <title>Keynotes using 'ASSOCEL_PROPERTIES' Request in Archicad 18</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Keynotes-using-ASSOCEL-PROPERTIES-Request-in-Archicad-18/m-p/212303#M11407</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;Hello,&lt;BR /&gt;
&lt;BR /&gt;
I have been using the code below in a label in archicad 17 to display properties linked to model elements.&lt;BR /&gt;
&lt;BR /&gt;
We have recently moved some projects to ac18, and the label has stopped working. Does anyone know if anything has changed in GDL or is there something else I am missing?&lt;BR /&gt;

&lt;PRE&gt;	
dim PrpDta[]

	proptxt = REQUEST ("ASSOCEL_PROPERTIES", "iscomp, fullname", DtaNum, PrpDta)
	
	if bChangeSkinDirection exor bFlipLabel then
		orderBegin	= DtaNum-1
		orderFinish = 1
		step_value		= -2
	else
		orderBegin	= 1
		orderFinish = DtaNum
		step_value		= 2
	endif

	IF DtaNum &amp;gt; 0 THEN
		FOR DtaInd = orderBegin TO orderFinish STEP step_value
			IF PrpDta[DtaInd] &amp;lt;&amp;gt; 1 THEN
				StrInd=StrInd+1
				arDisplayText[StrInd] = PrpDta[DtaInd+1]
			ENDIF
		NEXT DtaInd
	ELSE
		arDisplayText[StrInd+1]	= "No Properties"
	ENDIF

&lt;/PRE&gt;

Thanks,&lt;BR /&gt;
&lt;BR /&gt;
Tobias&lt;/R&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 01 Oct 2014 03:57:28 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Keynotes-using-ASSOCEL-PROPERTIES-Request-in-Archicad-18/m-p/212303#M11407</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-01T03:57:28Z</dc:date>
    </item>
  </channel>
</rss>

