<?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: Help needed with GDL looping of subroutines in Licensing</title>
    <link>https://community.graphisoft.com/t5/Licensing/Help-needed-with-GDL-looping-of-subroutines/m-p/41429#M2469</link>
    <description>I would check to make sure that tsecl actually reaches len. It might not.&lt;BR /&gt;
&lt;BR /&gt;
You also can have problems with FOR/NEXT loops that if the TO value is not hit exactly, Archicad flips.&lt;BR /&gt;
&lt;BR /&gt;
I would go with a DO/WHILE tsecl &amp;lt; len or  REPEAT/UNTIL tsecl &amp;gt; len instead.</description>
    <pubDate>Wed, 29 Nov 2006 16:30:28 GMT</pubDate>
    <dc:creator>TomWaltz</dc:creator>
    <dc:date>2006-11-29T16:30:28Z</dc:date>
    <item>
      <title>Help needed with GDL looping of subroutines</title>
      <link>https://community.graphisoft.com/t5/Licensing/Help-needed-with-GDL-looping-of-subroutines/m-p/41426#M2466</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hi I'm only new to using ArchiCad.&lt;BR /&gt;
I am drawing a railing section in GDL that is looping subroutines. What I have done is draw a post and section and then loop this&lt;BR /&gt;
It seems to work when I loop the sub routines using the " For k=0 To k= 5" etc&lt;BR /&gt;
But when i try to do it by using the dist method the programme keeps crashing and I cant figure out why.&lt;BR /&gt;
Does anyone know what Im doing wrong??&lt;BR /&gt;
Im using version 10&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 25 May 2023 16:22:37 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Licensing/Help-needed-with-GDL-looping-of-subroutines/m-p/41426#M2466</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-25T16:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed with GDL looping of subroutines</title>
      <link>https://community.graphisoft.com/t5/Licensing/Help-needed-with-GDL-looping-of-subroutines/m-p/41427#M2467</link>
      <description>What do you mean by the "dist" method?</description>
      <pubDate>Wed, 29 Nov 2006 16:02:21 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Licensing/Help-needed-with-GDL-looping-of-subroutines/m-p/41427#M2467</guid>
      <dc:creator>TomWaltz</dc:creator>
      <dc:date>2006-11-29T16:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed with GDL looping of subroutines</title>
      <link>https://community.graphisoft.com/t5/Licensing/Help-needed-with-GDL-looping-of-subroutines/m-p/41428#M2468</link>
      <description>This is part of my 3d script:&lt;BR /&gt;
&lt;BR /&gt;
len = A           (x dimension ie length of wall)&lt;BR /&gt;
&lt;BR /&gt;
For dist = 0 to len STEP tsecl&lt;BR /&gt;
	ADDX dist&lt;BR /&gt;
	GOSUB 1&lt;BR /&gt;
	Del 1&lt;BR /&gt;
	Next dist&lt;BR /&gt;
&lt;BR /&gt;
The tsecl is the length of my post and railing section&lt;BR /&gt;
GOSUB 1 is what I'm looping</description>
      <pubDate>Wed, 29 Nov 2006 16:14:58 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Licensing/Help-needed-with-GDL-looping-of-subroutines/m-p/41428#M2468</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-11-29T16:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed with GDL looping of subroutines</title>
      <link>https://community.graphisoft.com/t5/Licensing/Help-needed-with-GDL-looping-of-subroutines/m-p/41429#M2469</link>
      <description>I would check to make sure that tsecl actually reaches len. It might not.&lt;BR /&gt;
&lt;BR /&gt;
You also can have problems with FOR/NEXT loops that if the TO value is not hit exactly, Archicad flips.&lt;BR /&gt;
&lt;BR /&gt;
I would go with a DO/WHILE tsecl &amp;lt; len or  REPEAT/UNTIL tsecl &amp;gt; len instead.</description>
      <pubDate>Wed, 29 Nov 2006 16:30:28 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Licensing/Help-needed-with-GDL-looping-of-subroutines/m-p/41429#M2469</guid>
      <dc:creator>TomWaltz</dc:creator>
      <dc:date>2006-11-29T16:30:28Z</dc:date>
    </item>
  </channel>
</rss>

