<?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: How do I continue adding? in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/How-do-I-continue-adding/m-p/343011#M2040</link>
    <description>&lt;P&gt;Just split the calculation up.&lt;/P&gt;
&lt;P&gt;Instead of ...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Total = A*A+B*B+C*C+D*D+E*E+F*F&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can say ...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Total = A*A+B*B+C*C&lt;/P&gt;
&lt;P&gt;Total = Total + D*D+E*E+F*F&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am too lazy to write out exactly what you had - but I think you will get the idea.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;</description>
    <pubDate>Mon, 04 Jul 2022 06:02:57 GMT</pubDate>
    <dc:creator>Barry Kelly</dc:creator>
    <dc:date>2022-07-04T06:02:57Z</dc:date>
    <item>
      <title>How do I continue adding?</title>
      <link>https://community.graphisoft.com/t5/GDL/How-do-I-continue-adding/m-p/343007#M2039</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LeeJaeYoung_0-1656912765449.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/22960i9AF9CFBFA7957F96/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LeeJaeYoung_0-1656912765449.png" alt="LeeJaeYoung_0-1656912765449.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;How do I continue adding?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LeeJaeYoung_1-1656912884469.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/22961i17C2AECA1F761ED8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LeeJaeYoung_1-1656912884469.png" alt="LeeJaeYoung_1-1656912884469.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jul 2022 05:34:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/How-do-I-continue-adding/m-p/343007#M2039</guid>
      <dc:creator>LeeJaeYoung</dc:creator>
      <dc:date>2022-07-04T05:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: How do I continue adding?</title>
      <link>https://community.graphisoft.com/t5/GDL/How-do-I-continue-adding/m-p/343011#M2040</link>
      <description>&lt;P&gt;Just split the calculation up.&lt;/P&gt;
&lt;P&gt;Instead of ...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Total = A*A+B*B+C*C+D*D+E*E+F*F&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can say ...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Total = A*A+B*B+C*C&lt;/P&gt;
&lt;P&gt;Total = Total + D*D+E*E+F*F&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am too lazy to write out exactly what you had - but I think you will get the idea.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jul 2022 06:02:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/How-do-I-continue-adding/m-p/343011#M2040</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2022-07-04T06:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: How do I continue adding?</title>
      <link>https://community.graphisoft.com/t5/GDL/How-do-I-continue-adding/m-p/343012#M2041</link>
      <description>&lt;P&gt;&lt;A href="https://community.Graphisoft.com/t5/Design-forum/Breaking-Long-Code-Lines/m-p/37507" target="_blank" rel="noopener"&gt;Breaking Long Code Lines - Graphisoft Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I solved it by using the "\" character.&lt;BR /&gt;And the problem was that it was wrong with us_unitF_areaf, so the "\" character also gave an error, but I solved all the problems by changing it to us_unitF_area. ^^&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;us_area_unit = us_unitA_Area * us_unitA_count + us_unitB_Area * us_unitB_count + us_unitC_Area * us_unitC_count \&lt;BR /&gt;+ us_unitD_Area * us_unitD_count + us_unitE_Area * us_unitE_count + us_unitF_Area * us_unitF_count \&lt;BR /&gt;+ us_unitG_Area * us_unitG_count + us_unitH_Area * us_unitH_count&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jul 2022 06:17:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/How-do-I-continue-adding/m-p/343012#M2041</guid>
      <dc:creator>LeeJaeYoung</dc:creator>
      <dc:date>2022-07-04T06:17:45Z</dc:date>
    </item>
  </channel>
</rss>

