<?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: Incrementing a parameter by 1 in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Incrementing-a-parameter-by-1/m-p/149448#M17989</link>
    <description>Thanks mate!&lt;BR /&gt;
&lt;BR /&gt;
What documentation did you get this from?&lt;BR /&gt;
&lt;BR /&gt;
edited:&lt;BR /&gt;
I see... Basic Library Documentation...&lt;BR /&gt;
&lt;BR /&gt;
Anyway, thanks again.</description>
    <pubDate>Tue, 21 Dec 2010 00:44:10 GMT</pubDate>
    <dc:creator>Rob</dc:creator>
    <dc:date>2010-12-21T00:44:10Z</dc:date>
    <item>
      <title>Incrementing a parameter by 1</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Incrementing-a-parameter-by-1/m-p/149446#M17987</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Guys,&lt;BR /&gt;
&lt;BR /&gt;
do you know a reliable way to increment a parameter by 1 in the parameter script? The problem is that the parameter script is run several times in order to recalculate all parameters... and that stuffs it up.&lt;BR /&gt;
&lt;BR /&gt;
an example:&lt;BR /&gt;
I want to increment (by one) the value of a parameter "A" each time you click the button on the custom UI tab.&lt;BR /&gt;
&lt;BR /&gt;
Any thoughts?&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 20 Dec 2010 22:35:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Incrementing-a-parameter-by-1/m-p/149446#M17987</guid>
      <dc:creator>Rob</dc:creator>
      <dc:date>2010-12-20T22:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: Incrementing a parameter by 1</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Incrementing-a-parameter-by-1/m-p/149447#M17988</link>
      <description>This should do it.&lt;BR /&gt;

&lt;PRE&gt;&lt;I&gt;
&lt;/I&gt;	n = APPLICATION_QUERY ("PARAMETER_SCRIPT", "FIRSTOCCASION_IN_PROGRESS", isFirstRun)
	IF isFirstRun THEN
		A=A+1
	ELSE
		A=A
	ENDIF
&lt;/PRE&gt;</description>
      <pubDate>Mon, 20 Dec 2010 22:56:22 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Incrementing-a-parameter-by-1/m-p/149447#M17988</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-12-20T22:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Incrementing a parameter by 1</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Incrementing-a-parameter-by-1/m-p/149448#M17989</link>
      <description>Thanks mate!&lt;BR /&gt;
&lt;BR /&gt;
What documentation did you get this from?&lt;BR /&gt;
&lt;BR /&gt;
edited:&lt;BR /&gt;
I see... Basic Library Documentation...&lt;BR /&gt;
&lt;BR /&gt;
Anyway, thanks again.</description>
      <pubDate>Tue, 21 Dec 2010 00:44:10 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Incrementing-a-parameter-by-1/m-p/149448#M17989</guid>
      <dc:creator>Rob</dc:creator>
      <dc:date>2010-12-21T00:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: Incrementing a parameter by 1</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Incrementing-a-parameter-by-1/m-p/149449#M17990</link>
      <description>&lt;A href="http://www.graphisoft.com/ftp/techsupport/documentation/developer_docs/BasicLibraryDoc/14/LibDevGuide/Appendix_AppQueries.html#parameter_script" target="_blank"&gt;DirectLink&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Thanks. Very helpful.</description>
      <pubDate>Tue, 21 Dec 2010 09:02:10 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Incrementing-a-parameter-by-1/m-p/149449#M17990</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2010-12-21T09:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: Incrementing a parameter by 1</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Incrementing-a-parameter-by-1/m-p/149450#M17991</link>
      <description>Thank you Michael</description>
      <pubDate>Wed, 23 Jan 2019 00:53:53 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Incrementing-a-parameter-by-1/m-p/149450#M17991</guid>
      <dc:creator>Nader Belal</dc:creator>
      <dc:date>2019-01-23T00:53:53Z</dc:date>
    </item>
  </channel>
</rss>

