<?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 Couldn't find &amp;quot;10:&amp;quot; in gosub 10 in cavityclosure. What is it? in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/Couldn-t-find-quot-10-quot-in-gosub-10-in-cavityclosure-What-is/m-p/373613#M941</link>
    <description>&lt;P&gt;Couldn't find "10:" in gosub 10 in cavityclosure. What is it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;if bCompositeWall then
for i=1 to WALL_SKINS_NUMBER
idx = i: gosub 10 ! Get proper index

cumRefThk = cumRefThk + WALL_SKINS_PARAMS[idx][SKIN_THICKNESS]
skinCummThkRef[idx] = cumRefThk

idx = WALL_SKINS_NUMBER + 1 - idx ! reorder
cumOppThk = cumOppThk + WALL_SKINS_PARAMS[idx][SKIN_THICKNESS]
skinCummThkOpp[idx] = cumOppThk
next i
endif&lt;/LI-CODE&gt;</description>
    <pubDate>Thu, 23 Mar 2023 00:50:37 GMT</pubDate>
    <dc:creator>LeeJaeYoung</dc:creator>
    <dc:date>2023-03-23T00:50:37Z</dc:date>
    <item>
      <title>Couldn't find "10:" in gosub 10 in cavityclosure. What is it?</title>
      <link>https://community.graphisoft.com/t5/GDL/Couldn-t-find-quot-10-quot-in-gosub-10-in-cavityclosure-What-is/m-p/373613#M941</link>
      <description>&lt;P&gt;Couldn't find "10:" in gosub 10 in cavityclosure. What is it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;if bCompositeWall then
for i=1 to WALL_SKINS_NUMBER
idx = i: gosub 10 ! Get proper index

cumRefThk = cumRefThk + WALL_SKINS_PARAMS[idx][SKIN_THICKNESS]
skinCummThkRef[idx] = cumRefThk

idx = WALL_SKINS_NUMBER + 1 - idx ! reorder
cumOppThk = cumOppThk + WALL_SKINS_PARAMS[idx][SKIN_THICKNESS]
skinCummThkOpp[idx] = cumOppThk
next i
endif&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 23 Mar 2023 00:50:37 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Couldn-t-find-quot-10-quot-in-gosub-10-in-cavityclosure-What-is/m-p/373613#M941</guid>
      <dc:creator>LeeJaeYoung</dc:creator>
      <dc:date>2023-03-23T00:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't find "10:" in gosub 10 in cavityclosure. What is it?</title>
      <link>https://community.graphisoft.com/t5/GDL/Couldn-t-find-quot-10-quot-in-gosub-10-in-cavityclosure-What-is/m-p/373614#M942</link>
      <description>&lt;P&gt;If you mean you personally can't find it then, somewhere in the script will be a sub-routine labelled 10.&lt;/P&gt;
&lt;P&gt;It will usually be after the END command in the script.&lt;/P&gt;
&lt;P&gt;It will be something like...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;10:&lt;/P&gt;
&lt;P&gt;......commands&lt;/P&gt;
&lt;P&gt;......here&lt;/P&gt;
&lt;P&gt;RETURN&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So search for 10: and you should find it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But I am sure you would know that as you have be playing around with GDL for a while now.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, if that is an error message you are getting, then that is because the 10 subroutine is not there at all, and the script can't find it when it is run.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;</description>
      <pubDate>Sat, 18 Mar 2023 09:05:28 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Couldn-t-find-quot-10-quot-in-gosub-10-in-cavityclosure-What-is/m-p/373614#M942</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2023-03-18T09:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't find "10:" in gosub 10 in cavityclosure. What is it?</title>
      <link>https://community.graphisoft.com/t5/GDL/Couldn-t-find-quot-10-quot-in-gosub-10-in-cavityclosure-What-is/m-p/373620#M943</link>
      <description>&lt;P&gt;in cavityclosure&lt;BR /&gt;If you search with ctrl+f&amp;nbsp; &amp;nbsp;you will find 10 too many.&lt;/P&gt;
&lt;P&gt;So, if you search for 10:, only 4910: will be searched.&lt;BR /&gt;If you search for 10 :, 10 : , 10 :, it doesn't come out.&lt;/P&gt;</description>
      <pubDate>Sat, 18 Mar 2023 12:14:07 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Couldn-t-find-quot-10-quot-in-gosub-10-in-cavityclosure-What-is/m-p/373620#M943</guid>
      <dc:creator>LeeJaeYoung</dc:creator>
      <dc:date>2023-03-18T12:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't find "10:" in gosub 10 in cavityclosure. What is it?</title>
      <link>https://community.graphisoft.com/t5/GDL/Couldn-t-find-quot-10-quot-in-gosub-10-in-cavityclosure-What-is/m-p/373637#M944</link>
      <description>&lt;P&gt;If you have searched and it is not there, then it is simply not there.&lt;/P&gt;
&lt;P&gt;That would be why you are getting an error message to say it is not there.&lt;/P&gt;
&lt;P&gt;Probably bad coding in the object.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;</description>
      <pubDate>Sun, 19 Mar 2023 07:43:30 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Couldn-t-find-quot-10-quot-in-gosub-10-in-cavityclosure-What-is/m-p/373637#M944</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2023-03-19T07:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't find "10:" in gosub 10 in cavityclosure. What is it?</title>
      <link>https://community.graphisoft.com/t5/GDL/Couldn-t-find-quot-10-quot-in-gosub-10-in-cavityclosure-What-is/m-p/373943#M945</link>
      <description>&lt;P&gt;It is in the master script &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;GDL can jump to the master script. Technically it's possible the other way too, but then you need a subroutine in each script and check script will still give a warning for the master script.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2023 10:21:48 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Couldn-t-find-quot-10-quot-in-gosub-10-in-cavityclosure-What-is/m-p/373943#M945</guid>
      <dc:creator>Peter Baksa</dc:creator>
      <dc:date>2023-03-22T10:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't find "10:" in gosub 10 in cavityclosure. What is it?</title>
      <link>https://community.graphisoft.com/t5/GDL/Couldn-t-find-quot-10-quot-in-gosub-10-in-cavityclosure-What-is/m-p/373982#M946</link>
      <description>&lt;P&gt;thank you so much. ^^&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2023 12:41:13 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Couldn-t-find-quot-10-quot-in-gosub-10-in-cavityclosure-What-is/m-p/373982#M946</guid>
      <dc:creator>LeeJaeYoung</dc:creator>
      <dc:date>2023-03-22T12:41:13Z</dc:date>
    </item>
  </channel>
</rss>

