<?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: Requesting parameter from another object in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Requesting-parameter-from-another-object/m-p/227066#M9525</link>
    <description>Doh.&lt;BR /&gt;
&lt;BR /&gt;
Awesome, Thanks!!</description>
    <pubDate>Fri, 23 Oct 2015 18:13:09 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-10-23T18:13:09Z</dc:date>
    <item>
      <title>Requesting parameter from another object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Requesting-parameter-from-another-object/m-p/227062#M9521</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;I am wondering if it is possible in 19 to request/reference parameters from other objects. (I am building some custom labels).&lt;BR /&gt;
&lt;BR /&gt;
Currently I can grab an object's ID using GLOB_ID, or similar. But I would like to grab a specific parameter in the object say, randomPAR. Is this possible? If so, how?&lt;BR /&gt;
&lt;BR /&gt;
(I am just starting to use 19, even though it says AC17 in my signature)&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 22 Oct 2015 23:34:25 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Requesting-parameter-from-another-object/m-p/227062#M9521</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-22T23:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: Requesting parameter from another object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Requesting-parameter-from-another-object/m-p/227063#M9522</link>
      <description>&lt;BLOCKQUOTE&gt;kyleboyd wrote:&lt;BR /&gt;I am wondering if it is possible in 19 to request/reference parameters from other objects. (I am building some custom labels).&lt;BR /&gt;
&lt;BR /&gt;
Currently I can grab an object's ID using GLOB_ID, or similar. But I would like to grab a specific parameter in the object say, randomPAR. Is this possible? If so, how?&lt;BR /&gt;
&lt;BR /&gt;
(I am just starting to use 19, even though it says AC17 in my signature)&lt;/BLOCKQUOTE&gt;

Random parametr - hardly. Predefined, then through the command ASSOCLP_PARVALUE. But it is necessary that in requested elements, have a parameters with the same names. Then in label displayed the desired parameter.</description>
      <pubDate>Fri, 23 Oct 2015 05:18:22 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Requesting-parameter-from-another-object/m-p/227063#M9522</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-23T05:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: Requesting parameter from another object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Requesting-parameter-from-another-object/m-p/227064#M9523</link>
      <description>Ok, thanks, that seems to point in the right direction and indicate that what I am trying to achieve is at least possible. &lt;BR /&gt;
&lt;BR /&gt;
But I can't get it to work. I have a custom object with the parameter TestPAR defined in the Parameters as a text parameter. In my label object, I try&lt;BR /&gt;
&lt;BR /&gt;
re_parameter = REQUEST ("ASSOCLP_PARVALUE", "TestPAR", nameind_TEST, type_TEST, flag_TEST, dim1_TEST, dim2_TEST, val_TEST) &lt;BR /&gt;
&lt;BR /&gt;
labelText = val_TEST&lt;BR /&gt;
&lt;BR /&gt;
but it results in the error "Uninitialized variable&lt;BR /&gt;
 at line 13 in the 2D script of file TEST LABEL.gsm."&lt;BR /&gt;
&lt;BR /&gt;
I have also tried substituting "ac_bottomlevel" for "TestPAR" with similar results. Can someone help?</description>
      <pubDate>Fri, 23 Oct 2015 15:45:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Requesting-parameter-from-another-object/m-p/227064#M9523</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-23T15:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: Requesting parameter from another object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Requesting-parameter-from-another-object/m-p/227065#M9524</link>
      <description>&lt;BLOCKQUOTE&gt;kyleboyd wrote:&lt;BR /&gt;
but it results in the error "Uninitialized variable&lt;/BLOCKQUOTE&gt;

val_TEST="" !!!  &lt;U&gt;&lt;/U&gt;&lt;S&gt;&lt;U&gt;&lt;U&gt;&lt;/U&gt;&lt;/U&gt;&lt;/S&gt;&lt;B&gt;Initialize&lt;/B&gt;&lt;E&gt;&lt;/E&gt;&lt;BR /&gt;
re_parameter=REQUEST("ASSOCLP_PARVALUE", "TestPAR", nameind_TEST, type_TEST, flag_TEST, dim1_TEST, dim2_TEST, val_TEST)&lt;BR /&gt;
PARAMETERS labelText=val_TEST</description>
      <pubDate>Fri, 23 Oct 2015 16:39:28 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Requesting-parameter-from-another-object/m-p/227065#M9524</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-23T16:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: Requesting parameter from another object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Requesting-parameter-from-another-object/m-p/227066#M9525</link>
      <description>Doh.&lt;BR /&gt;
&lt;BR /&gt;
Awesome, Thanks!!</description>
      <pubDate>Fri, 23 Oct 2015 18:13:09 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Requesting-parameter-from-another-object/m-p/227066#M9525</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-23T18:13:09Z</dc:date>
    </item>
  </channel>
</rss>

