<?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: Display Result in Settings in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Display-Result-in-Settings/m-p/221013#M4179</link>
    <description>Maybe I am not understanding your problem, but an IF...THEN statement in the master or parameter script should do it.&lt;BR /&gt;
&lt;BR /&gt;
Check the user input with the IF and THEN change your result parameter based on the outcome.&lt;BR /&gt;
&lt;BR /&gt;
If you want to you can show the variables in the interface script, but the evaluating and setting of the variable will be done in the master or parameter script.&lt;BR /&gt;
&lt;BR /&gt;
i.e.&lt;BR /&gt;
&lt;BR /&gt;

&lt;PRE&gt;IF user_variable = "Apples" THEN
result_variable =  "Apple Pie"
ENDIF

IF user_variable = "Blueberries" THEN
result_variable =  "Blueberry Pie"
ENDIF

PARAMETERS result_variable =  result_variable&lt;/PRE&gt;

&lt;BR /&gt;
Barry</description>
    <pubDate>Mon, 09 Jul 2018 08:16:30 GMT</pubDate>
    <dc:creator>Barry Kelly</dc:creator>
    <dc:date>2018-07-09T08:16:30Z</dc:date>
    <item>
      <title>Display Result in Settings</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Display-Result-in-Settings/m-p/221011#M4177</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hi all,&lt;BR /&gt;
&lt;BR /&gt;
Can you have a results value within and objects Custom Settings? A parameter that has a value based off the user input into other parameters .&lt;BR /&gt;
&lt;BR /&gt;
Or do I need to write up an Interface Script in order to provide feedback?&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Ling.&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 09 Jul 2018 07:54:05 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Display-Result-in-Settings/m-p/221011#M4177</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2018-07-09T07:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: Display Result in Settings</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Display-Result-in-Settings/m-p/221012#M4178</link>
      <description>Change parameter X and that changes Y? This works fine and will change right away.&lt;BR /&gt;
&lt;BR /&gt;
You do need to make a script along the line of Y = X or more elaborate.</description>
      <pubDate>Mon, 09 Jul 2018 08:06:02 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Display-Result-in-Settings/m-p/221012#M4178</guid>
      <dc:creator>Erwin Edel</dc:creator>
      <dc:date>2018-07-09T08:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: Display Result in Settings</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Display-Result-in-Settings/m-p/221013#M4179</link>
      <description>Maybe I am not understanding your problem, but an IF...THEN statement in the master or parameter script should do it.&lt;BR /&gt;
&lt;BR /&gt;
Check the user input with the IF and THEN change your result parameter based on the outcome.&lt;BR /&gt;
&lt;BR /&gt;
If you want to you can show the variables in the interface script, but the evaluating and setting of the variable will be done in the master or parameter script.&lt;BR /&gt;
&lt;BR /&gt;
i.e.&lt;BR /&gt;
&lt;BR /&gt;

&lt;PRE&gt;IF user_variable = "Apples" THEN
result_variable =  "Apple Pie"
ENDIF

IF user_variable = "Blueberries" THEN
result_variable =  "Blueberry Pie"
ENDIF

PARAMETERS result_variable =  result_variable&lt;/PRE&gt;

&lt;BR /&gt;
Barry</description>
      <pubDate>Mon, 09 Jul 2018 08:16:30 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Display-Result-in-Settings/m-p/221013#M4179</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2018-07-09T08:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: Display Result in Settings</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Display-Result-in-Settings/m-p/221014#M4180</link>
      <description>*facepalm*&lt;BR /&gt;
&lt;BR /&gt;
Was just missing the "PARAMETERS" command...&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Ling</description>
      <pubDate>Mon, 09 Jul 2018 08:41:59 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Display-Result-in-Settings/m-p/221014#M4180</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2018-07-09T08:41:59Z</dc:date>
    </item>
  </channel>
</rss>

