<?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 Set a parameter text default to change later?? in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Set-a-parameter-text-default-to-change-later/m-p/292905#M5744</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;I need to make a parameter start off with text in it but make it editable. The trouble is that I need to make 4 different variables change the starting text and for it to still be editable...&lt;BR /&gt;
 &lt;BR /&gt;
for example&lt;BR /&gt;
if (A = A1) then&lt;BR /&gt;
     description = 1&lt;BR /&gt;
endif&lt;BR /&gt;
&lt;BR /&gt;
if (A = B1) then&lt;BR /&gt;
     description = 2&lt;BR /&gt;
endif&lt;BR /&gt;
&lt;BR /&gt;
but I need to be able to edit the 1 and the 2 later... Thanks&lt;/T&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 23 Jun 2017 10:08:26 GMT</pubDate>
    <dc:creator>JGoode</dc:creator>
    <dc:date>2017-06-23T10:08:26Z</dc:date>
    <item>
      <title>Set a parameter text default to change later??</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Set-a-parameter-text-default-to-change-later/m-p/292905#M5744</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;I need to make a parameter start off with text in it but make it editable. The trouble is that I need to make 4 different variables change the starting text and for it to still be editable...&lt;BR /&gt;
 &lt;BR /&gt;
for example&lt;BR /&gt;
if (A = A1) then&lt;BR /&gt;
     description = 1&lt;BR /&gt;
endif&lt;BR /&gt;
&lt;BR /&gt;
if (A = B1) then&lt;BR /&gt;
     description = 2&lt;BR /&gt;
endif&lt;BR /&gt;
&lt;BR /&gt;
but I need to be able to edit the 1 and the 2 later... Thanks&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 23 Jun 2017 10:08:26 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Set-a-parameter-text-default-to-change-later/m-p/292905#M5744</guid>
      <dc:creator>JGoode</dc:creator>
      <dc:date>2017-06-23T10:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: Set a parameter text default to change later??</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Set-a-parameter-text-default-to-change-later/m-p/292906#M5745</link>
      <description>It's very straightforward: just define multiple user parameters like descr1, descr2, descr3, assign Text type to them so you will be able to type whatever you want as the parameter value.&lt;BR /&gt;
&lt;BR /&gt;
Per your own example:
&lt;PRE&gt;if (A = A1) then
description = descr1
endif

if (A = B1) then
description = descr2
endif
&lt;/PRE&gt;</description>
      <pubDate>Fri, 23 Jun 2017 19:30:38 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Set-a-parameter-text-default-to-change-later/m-p/292906#M5745</guid>
      <dc:creator>matjashka</dc:creator>
      <dc:date>2017-06-23T19:30:38Z</dc:date>
    </item>
  </channel>
</rss>

