<?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: Listing ID in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Listing-ID/m-p/29493#M38752</link>
    <description>I am still struggling with this listing ID. I have not been able to find a script that would work. I found a general element parameter "GLOB_ID" which is supposed to be "ID as set in the settings dialog box" but I can't get a script to return anything. I have tried IF and THEN statements and I get no response.  Thanks.&lt;BR /&gt;
&lt;BR /&gt;
Barry Halloran</description>
    <pubDate>Thu, 24 Feb 2005 19:30:43 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2005-02-24T19:30:43Z</dc:date>
    <item>
      <title>Listing ID</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Listing-ID/m-p/29491#M38750</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Is it possible to get a part to return the value that is typed into the listing ID? Maybe using the REQUEST function? For example if a drafter types in "3046" in the listing id I can have that number return to another variable of my choosing in the parameter script? Thanks.&lt;BR /&gt;
&lt;BR /&gt;
Barry Halloran&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 24 Feb 2005 14:04:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Listing-ID/m-p/29491#M38750</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-02-24T14:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: Listing ID</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Listing-ID/m-p/29492#M38751</link>
      <description>&lt;BLOCKQUOTE&gt;Barry wrote:&lt;BR /&gt;Is it possible to get a part to return the value that is typed into the listing ID? Maybe using the REQUEST function? For example if a drafter types in "3046" in the listing id I can have that number return to another variable of my choosing in the parameter script? Thanks.&lt;/BLOCKQUOTE&gt; &lt;BR /&gt;
 &lt;BR /&gt;
Barry: &lt;BR /&gt;
 &lt;BR /&gt;
Yes. From the GDL Reference Guide: &lt;BR /&gt;
 &lt;BR /&gt;
&lt;FONT color="red"&gt;REQUEST ("ID_of_main", "", id_string)&lt;/FONT&gt; &lt;BR /&gt;
For library parts placed on the floor plan, returns the identifier set in the tool’s settings dialog box in the id_string variable (otherwise empty string). &lt;BR /&gt;
 &lt;BR /&gt;
This should work. I have used the object's ID to display in the plan and elevation windows using the 2D and 3D scripts; I have not tried it in a parameter script. Hope this helps. &lt;BR /&gt;
 &lt;BR /&gt;
David</description>
      <pubDate>Thu, 24 Feb 2005 15:11:19 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Listing-ID/m-p/29492#M38751</guid>
      <dc:creator>David Maudlin</dc:creator>
      <dc:date>2005-02-24T15:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: Listing ID</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Listing-ID/m-p/29493#M38752</link>
      <description>I am still struggling with this listing ID. I have not been able to find a script that would work. I found a general element parameter "GLOB_ID" which is supposed to be "ID as set in the settings dialog box" but I can't get a script to return anything. I have tried IF and THEN statements and I get no response.  Thanks.&lt;BR /&gt;
&lt;BR /&gt;
Barry Halloran</description>
      <pubDate>Thu, 24 Feb 2005 19:30:43 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Listing-ID/m-p/29493#M38752</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-02-24T19:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: Listing ID</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Listing-ID/m-p/29494#M38753</link>
      <description>Barry,&lt;BR /&gt;
&lt;BR /&gt;
i regulary use an free object of the FC CADLink site which use this request —REQUEST ("ID_of_main", "", id_string) — and works fine :FCCL2Compteur.&lt;BR /&gt;
&lt;BR /&gt;
This script "print" the ID in the symbol 2D.&lt;BR /&gt;
&lt;BR /&gt;

&lt;UL&gt;&lt;LI&gt;compteur=""&lt;BR /&gt;
Request ("ID_of_Main","",compteur)&lt;BR /&gt;
&lt;BR /&gt;
define style "style_compteur" helvetica,c,5,0&lt;BR /&gt;
set style "style_compteur"&lt;BR /&gt;
text2 0,0,compteur&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Thu, 24 Feb 2005 22:41:48 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Listing-ID/m-p/29494#M38753</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-02-24T22:41:48Z</dc:date>
    </item>
  </channel>
</rss>

