<?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 Property script issue in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Property-script-issue/m-p/241877#M8588</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hello! &lt;BR /&gt;
&lt;BR /&gt;
I am new to property scripting. &lt;BR /&gt;
The following script returns value twice. Will anyone inform me why? &lt;BR /&gt;
&lt;BR /&gt;
M=REQ("COLU_CORE_BMAT_NAME") &lt;BR /&gt;
Col_core_mat=COLU_CORE_BMAT_NAME &lt;BR /&gt;
N=REQ("COLU_CORE_FILL") &lt;BR /&gt;
core_fill=colu_core_fill &lt;BR /&gt;
&lt;BR /&gt;
print col_core_mat, &lt;BR /&gt;
colu_core_fill &lt;BR /&gt;
&lt;BR /&gt;
Result: 2 lines &lt;BR /&gt;
Reinforced Concrete - Structural 6 &lt;BR /&gt;
Reinforced Concrete - Structural 6 &lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance &lt;BR /&gt;
&lt;BR /&gt;
Naraindrra&lt;/T&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 09 Dec 2015 12:35:23 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-12-09T12:35:23Z</dc:date>
    <item>
      <title>Property script issue</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Property-script-issue/m-p/241877#M8588</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hello! &lt;BR /&gt;
&lt;BR /&gt;
I am new to property scripting. &lt;BR /&gt;
The following script returns value twice. Will anyone inform me why? &lt;BR /&gt;
&lt;BR /&gt;
M=REQ("COLU_CORE_BMAT_NAME") &lt;BR /&gt;
Col_core_mat=COLU_CORE_BMAT_NAME &lt;BR /&gt;
N=REQ("COLU_CORE_FILL") &lt;BR /&gt;
core_fill=colu_core_fill &lt;BR /&gt;
&lt;BR /&gt;
print col_core_mat, &lt;BR /&gt;
colu_core_fill &lt;BR /&gt;
&lt;BR /&gt;
Result: 2 lines &lt;BR /&gt;
Reinforced Concrete - Structural 6 &lt;BR /&gt;
Reinforced Concrete - Structural 6 &lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance &lt;BR /&gt;
&lt;BR /&gt;
Naraindrra&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 09 Dec 2015 12:35:23 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Property-script-issue/m-p/241877#M8588</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-09T12:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: Property script issue</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Property-script-issue/m-p/241878#M8589</link>
      <description>Try this (no need for REQ when using GDL Global Parameters):&lt;BR /&gt;

&lt;PRE&gt;col_core_mat = COLU_CORE_BMAT_NAME 
core_fill = COLU_CORE_FILL

print col_core_mat, 
colu_fill &lt;/PRE&gt;

Or just simply:&lt;BR /&gt;

&lt;PRE&gt;print COLU_CORE_BMAT_NAME, 
COLU_CORE_FILL&lt;/PRE&gt;</description>
      <pubDate>Fri, 11 Dec 2015 00:01:36 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Property-script-issue/m-p/241878#M8589</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2015-12-11T00:01:36Z</dc:date>
    </item>
  </channel>
</rss>

