<?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 Wall label that displays composite wall name in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Wall-label-that-displays-composite-wall-name/m-p/144664#M20331</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hi Folks,&lt;BR /&gt;
&lt;BR /&gt;
We are creating a bunch of composite walls named their partition type(1, 2, 2A, etc.) And I'm trying to get my wall label to display the name of the composite wall.&lt;BR /&gt;
&lt;BR /&gt;
I'm using a request to get the name to display in the text, but its not working yet. I'm concerned I'm missing some parameter function.  Care to weigh-in?&lt;BR /&gt;
&lt;BR /&gt;
Thanks. &lt;BR /&gt;
&lt;BR /&gt;
My script follows:&lt;BR /&gt;
&lt;BR /&gt;
! Find Wall type name (WTN ) from Composite wall&lt;BR /&gt;
wall_typ_name=""&lt;BR /&gt;
Request ('WALL_COMPS_NAME', '', wall_typ_name)&lt;BR /&gt;
TEXT2    0,  0, wall_typ_name&lt;BR /&gt;
&lt;BR /&gt;
I thought the text2 command would display the requested value, but it isn't doing anything.&lt;/T&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 20 May 2010 17:52:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-05-20T17:52:56Z</dc:date>
    <item>
      <title>Wall label that displays composite wall name</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Wall-label-that-displays-composite-wall-name/m-p/144664#M20331</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hi Folks,&lt;BR /&gt;
&lt;BR /&gt;
We are creating a bunch of composite walls named their partition type(1, 2, 2A, etc.) And I'm trying to get my wall label to display the name of the composite wall.&lt;BR /&gt;
&lt;BR /&gt;
I'm using a request to get the name to display in the text, but its not working yet. I'm concerned I'm missing some parameter function.  Care to weigh-in?&lt;BR /&gt;
&lt;BR /&gt;
Thanks. &lt;BR /&gt;
&lt;BR /&gt;
My script follows:&lt;BR /&gt;
&lt;BR /&gt;
! Find Wall type name (WTN ) from Composite wall&lt;BR /&gt;
wall_typ_name=""&lt;BR /&gt;
Request ('WALL_COMPS_NAME', '', wall_typ_name)&lt;BR /&gt;
TEXT2    0,  0, wall_typ_name&lt;BR /&gt;
&lt;BR /&gt;
I thought the text2 command would display the requested value, but it isn't doing anything.&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 20 May 2010 17:52:56 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Wall-label-that-displays-composite-wall-name/m-p/144664#M20331</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-05-20T17:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: Wall label that displays composite wall name</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Wall-label-that-displays-composite-wall-name/m-p/144665#M20332</link>
      <description>Try:
&lt;PRE&gt;! Find Wall type name (WTN ) from Composite wall 
wall_typ_name="" 
n1 = Request ('WALL_COMPS_NAME', '', wall_typ_name) 
TEXT2 0, 0, wall_typ_name &lt;/PRE&gt;
I didn't test it but I think it should work.&lt;BR /&gt;
HTH.</description>
      <pubDate>Thu, 20 May 2010 18:34:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Wall-label-that-displays-composite-wall-name/m-p/144665#M20332</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-05-20T18:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: Wall label that displays composite wall name</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Wall-label-that-displays-composite-wall-name/m-p/144666#M20333</link>
      <description>Hi Paulo, &lt;BR /&gt;
&lt;BR /&gt;
Thanks, but no luck. &lt;BR /&gt;
&lt;BR /&gt;
I get the message, "Unused function return value"  and then describes wall_typ_name as an "uninitialized variable." The script stops.  ( I know it stops, because there are lines and text that aren't showing up in the 2d full view with the request code. ) Strange, because I thought it would just return a "0" value, and continue.&lt;BR /&gt;
&lt;BR /&gt;
Other suggestions?</description>
      <pubDate>Thu, 20 May 2010 19:14:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Wall-label-that-displays-composite-wall-name/m-p/144666#M20333</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-05-20T19:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: Wall label that displays composite wall name</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Wall-label-that-displays-composite-wall-name/m-p/144667#M20334</link>
      <description>Hi Nathan,&lt;BR /&gt;
&lt;BR /&gt;
Sorry.  Yesterday I was just leaving the office when I answered your post...&lt;BR /&gt;
I've checked the GDL Reference Manual this morning. 'WALL_COMPS_NAME' is not a request, but a global variable for walls... Try this on the 2d script:
&lt;PRE&gt;TEXT2 0, 0, WALL_COMPS_NAME&lt;/PRE&gt;
This time it will work.  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt;</description>
      <pubDate>Fri, 21 May 2010 09:17:22 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Wall-label-that-displays-composite-wall-name/m-p/144667#M20334</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-05-21T09:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: Wall label that displays composite wall name</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Wall-label-that-displays-composite-wall-name/m-p/144668#M20335</link>
      <description>Thanks. Did the trick.  As usual, making things more complicated than they need to be.  &lt;BR /&gt;
&lt;BR /&gt;
-Nathan</description>
      <pubDate>Mon, 24 May 2010 16:02:14 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Wall-label-that-displays-composite-wall-name/m-p/144668#M20335</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-05-24T16:02:14Z</dc:date>
    </item>
  </channel>
</rss>

