<?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>Thema "Re: LOCK ansammlungswert" in Programmierung</title>
    <link>https://community.graphisoft.com/t5/Programmierung/LOCK-ansammlungswert/m-p/566944#M7410</link>
    <description>Könnte evt. funktioniern wenn du das ganze in eine IF Schleife packst.&lt;BR /&gt;&lt;BR /&gt;IF ....... THEN&lt;BR /&gt;&lt;BR /&gt;LOCK "xxx"</description>
    <pubDate>Mon, 17 May 2021 06:09:17 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-05-17T06:09:17Z</dc:date>
    <item>
      <title>LOCK ansammlungswert</title>
      <link>https://community.graphisoft.com/t5/Programmierung/LOCK-ansammlungswert/m-p/566941#M7407</link>
      <description>hallo zusammen&lt;BR /&gt;&lt;BR /&gt;wie lässt sich ein parameter-ansammlungswert im parameterscript mit lock oder hideparameter innerhalb eines strings sperren? ist das überhaupt möglich?&lt;BR /&gt;&lt;BR /&gt;z.b.&lt;BR /&gt;FOR i = 1 TO 10&lt;BR /&gt;LOCK "wert&lt;I&gt;"&lt;BR /&gt;NEXT i&lt;BR /&gt;&lt;BR /&gt;funktioniert nicht.&lt;/I&gt;</description>
      <pubDate>Sat, 15 May 2021 22:12:54 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/LOCK-ansammlungswert/m-p/566941#M7407</guid>
      <dc:creator>pla-vis</dc:creator>
      <dc:date>2021-05-15T22:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: LOCK ansammlungswert</title>
      <link>https://community.graphisoft.com/t5/Programmierung/LOCK-ansammlungswert/m-p/566942#M7408</link>
      <description>&lt;!-- m --&gt;&lt;A class="postlink" href="http://www.selfgdl.com/6_non_geo/parameter_script/LOCK/kompendium.php"&gt;http://www.selfgdl.com/6_non_geo/parame ... endium.php&lt;/A&gt;&lt;!-- m --&gt;</description>
      <pubDate>Sun, 16 May 2021 09:57:21 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/LOCK-ansammlungswert/m-p/566942#M7408</guid>
      <dc:creator>Lukas Oelmueller</dc:creator>
      <dc:date>2021-05-16T09:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: LOCK ansammlungswert</title>
      <link>https://community.graphisoft.com/t5/Programmierung/LOCK-ansammlungswert/m-p/566943#M7409</link>
      <description>Du kannst nur das gesamte Array sperren – nicht einzelne Teile.</description>
      <pubDate>Sun, 16 May 2021 17:18:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/LOCK-ansammlungswert/m-p/566943#M7409</guid>
      <dc:creator>runxel</dc:creator>
      <dc:date>2021-05-16T17:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: LOCK ansammlungswert</title>
      <link>https://community.graphisoft.com/t5/Programmierung/LOCK-ansammlungswert/m-p/566944#M7410</link>
      <description>Könnte evt. funktioniern wenn du das ganze in eine IF Schleife packst.&lt;BR /&gt;&lt;BR /&gt;IF ....... THEN&lt;BR /&gt;&lt;BR /&gt;LOCK "xxx"</description>
      <pubDate>Mon, 17 May 2021 06:09:17 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/LOCK-ansammlungswert/m-p/566944#M7410</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-05-17T06:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: LOCK ansammlungswert</title>
      <link>https://community.graphisoft.com/t5/Programmierung/LOCK-ansammlungswert/m-p/566945#M7411</link>
      <description>Das funktioniert eher nicht. Man kann einzelne Array-Zellen nicht sperren.</description>
      <pubDate>Mon, 17 May 2021 06:50:21 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/LOCK-ansammlungswert/m-p/566945#M7411</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2021-05-17T06:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: LOCK ansammlungswert</title>
      <link>https://community.graphisoft.com/t5/Programmierung/LOCK-ansammlungswert/m-p/566946#M7412</link>
      <description>das ganze geht auch über eine if-schleife, weshalb ich einzelne parameter des array sperren möchte, was ich aber leider nicht hinbekomme.&lt;BR /&gt;das gesamt array zu sperren kommt deshalb nicht in frage.</description>
      <pubDate>Mon, 17 May 2021 07:00:33 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/LOCK-ansammlungswert/m-p/566946#M7412</guid>
      <dc:creator>pla-vis</dc:creator>
      <dc:date>2021-05-17T07:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: LOCK ansammlungswert</title>
      <link>https://community.graphisoft.com/t5/Programmierung/LOCK-ansammlungswert/m-p/566947#M7413</link>
      <description>wie gesagt und auch auf selfgdl beschrieben .... es geht nicht für die einzelnen Parameter des Arrays...&lt;BR /&gt;&lt;BR /&gt;Du kannst aber jeden einzelnen wert über Paramters bestimmen. Das kommt dann einer Sperrung gleich. ... ist halt nur nicht ausgegraut</description>
      <pubDate>Mon, 17 May 2021 07:46:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/LOCK-ansammlungswert/m-p/566947#M7413</guid>
      <dc:creator>Lukas Oelmueller</dc:creator>
      <dc:date>2021-05-17T07:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: LOCK ansammlungswert</title>
      <link>https://community.graphisoft.com/t5/Programmierung/LOCK-ansammlungswert/m-p/566948#M7414</link>
      <description>danke lukaso, das habe ich auch so gemacht.&lt;BR /&gt;für den anwender ist es leider etwas verwirrend, wenns nicht ausgegraut ist.</description>
      <pubDate>Mon, 17 May 2021 07:52:05 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/LOCK-ansammlungswert/m-p/566948#M7414</guid>
      <dc:creator>pla-vis</dc:creator>
      <dc:date>2021-05-17T07:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: LOCK ansammlungswert</title>
      <link>https://community.graphisoft.com/t5/Programmierung/LOCK-ansammlungswert/m-p/566949#M7415</link>
      <description>UI_OUTFIELD-Text davor ausgrauen. Das geht.</description>
      <pubDate>Mon, 17 May 2021 09:15:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/LOCK-ansammlungswert/m-p/566949#M7415</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2021-05-17T09:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: LOCK ansammlungswert</title>
      <link>https://community.graphisoft.com/t5/Programmierung/LOCK-ansammlungswert/m-p/566950#M7416</link>
      <description>Du willst vermutlich Werte, die bei entspr. Einstellungen nicht gebraucht werden ausgrauen, stimmts?&lt;BR /&gt;&lt;BR /&gt;Du könntest mit Hilfs-Arrays arbeiten. &lt;BR /&gt;Ein Backup-Array der gesamten Liste &lt;BR /&gt;Dann ein Hilfs-Array in den Du nur schreibst was Du bei entsprechenden Einstellungen brauchst&lt;BR /&gt;Dann diese Werte an das eigentlichen Array übergeben&lt;BR /&gt;Irgendwann, wenn benötigt, das eigentliche Array wieder mit dem Backup-Array überschreiben. &lt;BR /&gt;Viel Schaufelei. &lt;BR /&gt;&lt;BR /&gt;Gruß</description>
      <pubDate>Mon, 17 May 2021 10:25:47 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/LOCK-ansammlungswert/m-p/566950#M7416</guid>
      <dc:creator>Ma_Scht</dc:creator>
      <dc:date>2021-05-17T10:25:47Z</dc:date>
    </item>
  </channel>
</rss>

