<?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: Programming construct with for &amp;amp; if-then loop in Mathcad</title>
    <link>https://www.ptcusercommunity.com/t5/Mathcad/Programming-construct-with-for-amp-if-then-loop/m-p/1057164#M220647</link>
    <description>&lt;P&gt;Here is another version which also can be called with a single scalar argument as well as a vector argument without having to use explicit vectorization:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="grafik.png" style="width: 488px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/135358i49AF7DA253CA003E/image-dimensions/488x388?v=v2" width="488" height="388" role="button" title="grafik.png" alt="grafik.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Of course its also possible to turn the local temporary function into a a global worksheet function and so split the function into two&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="grafik.png" style="width: 491px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/135361iCB3BC2C363CD3754/image-dimensions/491x543?v=v2" width="491" height="543" role="button" title="grafik.png" alt="grafik.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Mar 2026 20:19:13 GMT</pubDate>
    <dc:creator>Werner_E</dc:creator>
    <dc:date>2026-03-04T20:19:13Z</dc:date>
    <item>
      <title>Programming construct with for &amp; if-then loop</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Programming-construct-with-for-amp-if-then-loop/m-p/1056355#M220597</link>
      <description>&lt;P&gt;Hi PTC Community,&lt;/P&gt;&lt;P&gt;I am not sure why this programming construct will not work: apply the Nu function on a scalar &amp;amp; a column vector.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use Mathcad Prime 11.0.1.0.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;thodij&lt;/P&gt;</description>
      <pubDate>Thu, 26 Feb 2026 20:03:26 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Programming-construct-with-for-amp-if-then-loop/m-p/1056355#M220597</guid>
      <dc:creator>thodij</dc:creator>
      <dc:date>2026-02-26T20:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: Programming construct with for &amp; if-then loop</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Programming-construct-with-for-amp-if-then-loop/m-p/1056357#M220598</link>
      <description>&lt;P&gt;Which results do you expect in case of argument 99 and argument Re.l ?&lt;/P&gt;
&lt;P&gt;Your function does not use its argument x at all. So the result would be the same for whatever argument you provide.&lt;/P&gt;
&lt;P&gt;The error stems from the fact that you can't compare a vector with a scalar (Re&amp;lt;50).&lt;/P&gt;
&lt;P&gt;But I don't see what the goal of your function should be.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Feb 2026 20:32:02 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Programming-construct-with-for-amp-if-then-loop/m-p/1056357#M220598</guid>
      <dc:creator>Werner_E</dc:creator>
      <dc:date>2026-02-26T20:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Programming construct with for &amp; if-then loop</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Programming-construct-with-for-amp-if-then-loop/m-p/1056358#M220599</link>
      <description>&lt;P&gt;I see that Nu(99) is not covered in the logic ranges! Need to add another else if 50 &amp;lt;= Re &amp;lt; 100 in the logic.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For Rel = [49 200 230 300], I would expect Nu(Rel) = [0.25 0.50 0.50 0.75]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;thodij&lt;/P&gt;</description>
      <pubDate>Thu, 26 Feb 2026 20:36:47 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Programming-construct-with-for-amp-if-then-loop/m-p/1056358#M220599</guid>
      <dc:creator>thodij</dc:creator>
      <dc:date>2026-02-26T20:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: Programming construct with for &amp; if-then loop</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Programming-construct-with-for-amp-if-then-loop/m-p/1056362#M220601</link>
      <description>&lt;P&gt;And why is you function using the vector Re? It seems to be useless.&lt;/P&gt;
&lt;P&gt;And why isn't it using its argument x??&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So you are just looking for something like this?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="grafik.png" style="width: 807px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/135127i1BF79619A5FD520E/image-dimensions/807x721?v=v2" width="807" height="721" role="button" title="grafik.png" alt="grafik.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You may also use&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="grafik.png" style="width: 260px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/135128i11F2F76A35E533BB/image-dimensions/260x173?v=v2" width="260" height="173" role="button" title="grafik.png" alt="grafik.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Feb 2026 20:49:14 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Programming-construct-with-for-amp-if-then-loop/m-p/1056362#M220601</guid>
      <dc:creator>Werner_E</dc:creator>
      <dc:date>2026-02-26T20:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: Programming construct with for &amp; if-then loop</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Programming-construct-with-for-amp-if-then-loop/m-p/1056364#M220602</link>
      <description>&lt;P&gt;Werner -&lt;/P&gt;&lt;P&gt;You are correct. I corrected my silly mistakes. It now works just as you have shown.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;thodij&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Feb 2026 20:59:00 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Programming-construct-with-for-amp-if-then-loop/m-p/1056364#M220602</guid>
      <dc:creator>thodij</dc:creator>
      <dc:date>2026-02-26T20:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: Programming construct with for &amp; if-then loop</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Programming-construct-with-for-amp-if-then-loop/m-p/1057106#M220643</link>
      <description>&lt;P&gt;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/807366"&gt;@thodij&lt;/a&gt;&amp;nbsp;try this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2026-03-04 104422.png" style="width: 645px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/135326i53187A3A560C164F/image-dimensions/645x806?v=v2" width="645" height="806" role="button" title="Screenshot 2026-03-04 104422.png" alt="Screenshot 2026-03-04 104422.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2026 17:45:50 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Programming-construct-with-for-amp-if-then-loop/m-p/1057106#M220643</guid>
      <dc:creator>SPaulis</dc:creator>
      <dc:date>2026-03-04T17:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: Programming construct with for &amp; if-then loop</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Programming-construct-with-for-amp-if-then-loop/m-p/1057107#M220644</link>
      <description>&lt;P&gt;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/66934"&gt;@Werner_E&lt;/a&gt;&amp;nbsp;covered most of this already.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I guess I only added the updated program that handles both single item and arrays automatically, without vectorization&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2026 17:48:31 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Programming-construct-with-for-amp-if-then-loop/m-p/1057107#M220644</guid>
      <dc:creator>SPaulis</dc:creator>
      <dc:date>2026-03-04T17:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: Programming construct with for &amp; if-then loop</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Programming-construct-with-for-amp-if-then-loop/m-p/1057111#M220645</link>
      <description>&lt;P&gt;SPaulis -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I appreciate your taking the time to offer this additional/ more general solution.&lt;/P&gt;&lt;P&gt;Awesome PTC community!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;thodij&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2026 18:04:45 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Programming-construct-with-for-amp-if-then-loop/m-p/1057111#M220645</guid>
      <dc:creator>thodij</dc:creator>
      <dc:date>2026-03-04T18:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: Programming construct with for &amp; if-then loop</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Programming-construct-with-for-amp-if-then-loop/m-p/1057164#M220647</link>
      <description>&lt;P&gt;Here is another version which also can be called with a single scalar argument as well as a vector argument without having to use explicit vectorization:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="grafik.png" style="width: 488px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/135358i49AF7DA253CA003E/image-dimensions/488x388?v=v2" width="488" height="388" role="button" title="grafik.png" alt="grafik.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Of course its also possible to turn the local temporary function into a a global worksheet function and so split the function into two&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="grafik.png" style="width: 491px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/135361iCB3BC2C363CD3754/image-dimensions/491x543?v=v2" width="491" height="543" role="button" title="grafik.png" alt="grafik.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2026 20:19:13 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Programming-construct-with-for-amp-if-then-loop/m-p/1057164#M220647</guid>
      <dc:creator>Werner_E</dc:creator>
      <dc:date>2026-03-04T20:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: Programming construct with for &amp; if-then loop</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Programming-construct-with-for-amp-if-then-loop/m-p/1057170#M220648</link>
      <description>&lt;P&gt;Nice!&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2026 20:38:35 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Programming-construct-with-for-amp-if-then-loop/m-p/1057170#M220648</guid>
      <dc:creator>SPaulis</dc:creator>
      <dc:date>2026-03-04T20:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: Programming construct with for &amp; if-then loop</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Programming-construct-with-for-amp-if-then-loop/m-p/1057285#M220654</link>
      <description>&lt;P&gt;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/807366"&gt;@thodij&lt;/a&gt;&amp;nbsp;&amp;nbsp;even simpler program, honing&amp;nbsp;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/66934"&gt;@Werner_E&lt;/a&gt;'s simplification&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2026-03-05 075451.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/135396iA09884E9061A4BA2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2026-03-05 075451.png" alt="Screenshot 2026-03-05 075451.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the idea&amp;nbsp;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/66934"&gt;@Werner_E&lt;/a&gt;, I never thought to do use vectorizations inside programs.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2026 14:59:53 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Programming-construct-with-for-amp-if-then-loop/m-p/1057285#M220654</guid>
      <dc:creator>SPaulis</dc:creator>
      <dc:date>2026-03-05T14:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: Programming construct with for &amp; if-then loop</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Programming-construct-with-for-amp-if-then-loop/m-p/1057310#M220655</link>
      <description>&lt;P&gt;Dang it&amp;nbsp;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/66934"&gt;@Werner_E&lt;/a&gt;!&amp;nbsp; Now I need to add that to all my general functions!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2026-03-05 082141.png" style="width: 522px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/135397i2F7AD9A6277F58EF/image-dimensions/522x143?v=v2" width="522" height="143" role="button" title="Screenshot 2026-03-05 082141.png" alt="Screenshot 2026-03-05 082141.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In a few cases when I know that I might send a single value or an array of values to a function, I would convert the singles into arrays, then simply for-next the calculation and convert back into a single.&amp;nbsp; Now I can simply add this to all my functions so that I coner any conceivable combination without a sweat.&amp;nbsp; It'll even handle horizontal array and matrices.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And I can test for one or all of the parameters.&amp;nbsp; With my example above, maybe you want to see when the fraction equivalent of a single number but with different denominators—as if you had&amp;nbsp;&lt;EM&gt;that&lt;/EM&gt; much time on your hands &lt;span class="lia-unicode-emoji" title=":winking_face_with_tongue:"&gt;😜&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And for very basic user functions that are not specifically matrix/vector function, simply add the vectorization right away:&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2026-03-05 082141.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/135401i4BFF47DDCA782956/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2026-03-05 082141.png" alt="Screenshot 2026-03-05 082141.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;You know what i'll be doing for the next several hours... &lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2026 15:45:16 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Programming-construct-with-for-amp-if-then-loop/m-p/1057310#M220655</guid>
      <dc:creator>SPaulis</dc:creator>
      <dc:date>2026-03-05T15:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: Programming construct with for &amp; if-then loop</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Programming-construct-with-for-amp-if-then-loop/m-p/1057347#M220656</link>
      <description>&lt;P&gt;Instead of rewriting all utility functions in your toolbox you may also simply add functions with the same name which call them vectorized.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="grafik.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/135413i35DC8963A6168AAE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="grafik.png" alt="grafik.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The latter definition overlays the first function definition with the same name, but still uses it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;P.S.: I am a bit confused as of your "fraction" function&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="grafik.png" style="width: 522px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/135412iCE6DCE26A919D2B5/image-size/large?v=v2&amp;amp;px=999" role="button" title="grafik.png" alt="grafik.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;As I see it it would always just return a zero (or a vector of zeros) independent from the input values ('tol' is not use at all) because the return value is just the result of the last program line n &amp;lt;-- 0 which is zero.&lt;/P&gt;
&lt;P&gt;But maybe you were just showing part of that function...&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2026 18:26:24 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Programming-construct-with-for-amp-if-then-loop/m-p/1057347#M220656</guid>
      <dc:creator>Werner_E</dc:creator>
      <dc:date>2026-03-05T18:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: Programming construct with for &amp; if-then loop</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Programming-construct-with-for-amp-if-then-loop/m-p/1057393#M220659</link>
      <description>&lt;P&gt;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/66934"&gt;@Werner_E&lt;/a&gt;&amp;nbsp;yes, I did keep everyone in the dark.&amp;nbsp; The fraction function does exactly what you might think it does, but I screen-grabbed the start of it only.&amp;nbsp; Your imagination can fill in the rest.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Secondly, my 'function library' that I include in all my engineering work is a sheet of globally defined functions, so I cannot reuse the function names.&amp;nbsp; Like you alluded before, I could append an underscore to my base function.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;This thread has made me ponder what would be the best way to update my library, and in a manor that is consistent.&amp;nbsp; My thinking is this:&amp;nbsp; If I have a very basic function like LEFT(), I may still use it in another function and even as a sub-function for a function,&amp;nbsp; The fact is that I &lt;EM&gt;do not know&lt;/EM&gt; how my future complex programs might need to use LEFT().&amp;nbsp; Therefore I feel that I would rather push the flexibility into each of my basic functions.&amp;nbsp; This way I can use &lt;STRONG&gt;any&lt;/STRONG&gt;&amp;nbsp;of my functions without having to ask myself&amp;nbsp; "did I have an array version of this function?"&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;There are a few exceptions where the functions that do not lend themselves to having an array/matrix input.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If it's actually a case of reducing the time to edit all my functions, like you are implying, then my desire is to rewrite the bad code since I really enjoy programming and I like perfecting my work.&amp;nbsp; I'm a bit autistic that way;)&amp;nbsp; If you feel that I was accusing you, think again, I was only being playful and I am actually looking forward to updating my library.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2026 20:51:22 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Programming-construct-with-for-amp-if-then-loop/m-p/1057393#M220659</guid>
      <dc:creator>SPaulis</dc:creator>
      <dc:date>2026-03-05T20:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: Programming construct with for &amp; if-then loop</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Programming-construct-with-for-amp-if-then-loop/m-p/1057403#M220661</link>
      <description>&lt;P&gt;I sure did not feel of being accused.&lt;/P&gt;
&lt;P&gt;Wish you good luck in updating your library.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2026 22:10:21 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Programming-construct-with-for-amp-if-then-loop/m-p/1057403#M220661</guid>
      <dc:creator>Werner_E</dc:creator>
      <dc:date>2026-03-05T22:10:21Z</dc:date>
    </item>
  </channel>
</rss>

