<?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: Multiple parameters with a text block in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Multiple-parameters-with-a-text-block/m-p/195580#M16474</link>
    <description>That is awesome.&lt;BR /&gt;
Thanks guys for your help&lt;BR /&gt;
damien, you are my new god</description>
    <pubDate>Mon, 24 Oct 2011 05:06:47 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-10-24T05:06:47Z</dc:date>
    <item>
      <title>Multiple parameters with a text block</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Multiple-parameters-with-a-text-block/m-p/195576#M16470</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hi,&lt;BR /&gt;
I am trying to create a script for a zone label to indicate are. i.e. 45.670m2&lt;BR /&gt;
&lt;BR /&gt;
I cannot workout how to add a simple bit of text "m2" to the end of my parameter.&lt;BR /&gt;
&lt;BR /&gt;
It seems such a simple thing, which is why I am so frustrated.&lt;BR /&gt;
If anyone could help, you may save me throwing a fit&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Tom&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 24 Oct 2011 04:09:29 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Multiple-parameters-with-a-text-block/m-p/195576#M16470</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-10-24T04:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple parameters with a text block</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Multiple-parameters-with-a-text-block/m-p/195577#M16471</link>
      <description>Assuming your text is defined as a variable, let's call it txt. Try:&lt;BR /&gt;

&lt;PRE&gt;TEXT2 x, y, txt+" m2"&lt;/PRE&gt;

You need the quotes to tell the program this is a string. Then a space, unless you want everything to run together. Then whatever string you wish.</description>
      <pubDate>Mon, 24 Oct 2011 04:28:20 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Multiple-parameters-with-a-text-block/m-p/195577#M16471</guid>
      <dc:creator>Erich</dc:creator>
      <dc:date>2011-10-24T04:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple parameters with a text block</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Multiple-parameters-with-a-text-block/m-p/195578#M16472</link>
      <description>Thanks for your reply.&lt;BR /&gt;
That doesnt work for me for some reason.&lt;BR /&gt;
I am using it within a zone stamp&lt;BR /&gt;
so I typed in&lt;BR /&gt;
text2 0, 0,room_area+" m2"&lt;BR /&gt;
&lt;BR /&gt;
room_area by itself calls up a area, but adding +" m2" causes errors in the script.&lt;BR /&gt;
&lt;BR /&gt;
is this because room_area is a standard archicad script rather than a listed parameter</description>
      <pubDate>Mon, 24 Oct 2011 04:34:15 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Multiple-parameters-with-a-text-block/m-p/195578#M16472</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-10-24T04:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple parameters with a text block</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Multiple-parameters-with-a-text-block/m-p/195579#M16473</link>
      <description>you many need to convert the room_area into a string try &lt;BR /&gt;
text2,0,0,str(room_area,2,0) + "m2"</description>
      <pubDate>Mon, 24 Oct 2011 04:49:36 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Multiple-parameters-with-a-text-block/m-p/195579#M16473</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-10-24T04:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple parameters with a text block</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Multiple-parameters-with-a-text-block/m-p/195580#M16474</link>
      <description>That is awesome.&lt;BR /&gt;
Thanks guys for your help&lt;BR /&gt;
damien, you are my new god</description>
      <pubDate>Mon, 24 Oct 2011 05:06:47 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Multiple-parameters-with-a-text-block/m-p/195580#M16474</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-10-24T05:06:47Z</dc:date>
    </item>
  </channel>
</rss>

