<?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: String issue with carriage return (new line) between Mathcad Prime version 10.0.1 and 11.0.1 in Mathcad</title>
    <link>https://www.ptcusercommunity.com/t5/Mathcad/String-issue-with-carriage-return-new-line-between-Mathcad-Prime/m-p/1041281#M219385</link>
    <description>&lt;P&gt;Neat.&amp;nbsp; I've also used the string breaking for similar purposes ... IIRC, prime numbers were such a use and a few &lt;A href="https://oeis.org/" target="_blank" rel="noopener"&gt;OEIS&lt;/A&gt; sequences.&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="2025 11 02 A.png" style="width: 878px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/130459iDF5DB74B9922B7B4/image-size/large?v=v2&amp;amp;px=999" role="button" title="2025 11 02 A.png" alt="2025 11 02 A.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;EM&gt;Right justification without a monospaced font looks silly, and left justification can look a bit ragged with a proportional font.&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;EM&gt;The strreplace wasn't needed; a strjoin on ", " would have sufficed, but I was testing a modified strreplace function.&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;EM&gt;The string justification functions have wider applicability than just sequences.&amp;nbsp; Where would &lt;/EM&gt;cowsay &lt;EM&gt;be without it?&lt;/EM&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Stuart&lt;/P&gt;</description>
    <pubDate>Sun, 02 Nov 2025 03:53:55 GMT</pubDate>
    <dc:creator>StuartBruff</dc:creator>
    <dc:date>2025-11-02T03:53:55Z</dc:date>
    <item>
      <title>String issue with carriage return (new line) between Mathcad Prime version 10.0.1 and 11.0.1</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/String-issue-with-carriage-return-new-line-between-Mathcad-Prime/m-p/1041275#M219381</link>
      <description>&lt;P&gt;Why doesn’t Mathcad Prime 11.0.1 no longer accept ASCII code [13] for carriage return (new line)?&lt;/P&gt;&lt;P&gt;It appears to work in version 10.0.1 but not in 11.0.1. Is this true for everyone else or just me?&lt;/P&gt;&lt;P&gt;I have both versions on the same computer--is there something I am missing?&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="LarryJ_0-1762038888849.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/130457i4BD43EEA34251B6D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LarryJ_0-1762038888849.png" alt="LarryJ_0-1762038888849.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Nov 2025 23:26:52 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/String-issue-with-carriage-return-new-line-between-Mathcad-Prime/m-p/1041275#M219381</guid>
      <dc:creator>LarryJ</dc:creator>
      <dc:date>2025-11-01T23:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: String issue with carriage return (new line) between Mathcad Prime version 10.0.1 and 11.0.1</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/String-issue-with-carriage-return-new-line-between-Mathcad-Prime/m-p/1041276#M219382</link>
      <description>&lt;P&gt;Yes, it is true for everyone else.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is a workaround - use 133 instead of 13.&amp;nbsp; But if you want to write such strings to a file, take note of Werner's comments near the end of the following thread.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.ptc.com/t5/Mathcad/Problem-Report-newline-character-no-longer-works-in-a-string/m-p/1033331#M218687" target="_blank"&gt;https://community.ptc.com/t5/Mathcad/Problem-Report-newline-character-no-longer-works-in-a-string/m-p/1033331#M218687&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Stuart&lt;/P&gt;</description>
      <pubDate>Sun, 02 Nov 2025 00:02:12 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/String-issue-with-carriage-return-new-line-between-Mathcad-Prime/m-p/1041276#M219382</guid>
      <dc:creator>StuartBruff</dc:creator>
      <dc:date>2025-11-02T00:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: String issue with carriage return (new line) between Mathcad Prime version 10.0.1 and 11.0.1</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/String-issue-with-carriage-return-new-line-between-Mathcad-Prime/m-p/1041278#M219384</link>
      <description>&lt;P&gt;Thank you so much for the quick informative response. I had a Prime number worksheet that displays the results which needs the CR for the output otherwise the results go off the paper (see attached)&lt;/P&gt;</description>
      <pubDate>Sun, 02 Nov 2025 01:09:22 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/String-issue-with-carriage-return-new-line-between-Mathcad-Prime/m-p/1041278#M219384</guid>
      <dc:creator>LarryJ</dc:creator>
      <dc:date>2025-11-02T01:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: String issue with carriage return (new line) between Mathcad Prime version 10.0.1 and 11.0.1</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/String-issue-with-carriage-return-new-line-between-Mathcad-Prime/m-p/1041281#M219385</link>
      <description>&lt;P&gt;Neat.&amp;nbsp; I've also used the string breaking for similar purposes ... IIRC, prime numbers were such a use and a few &lt;A href="https://oeis.org/" target="_blank" rel="noopener"&gt;OEIS&lt;/A&gt; sequences.&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="2025 11 02 A.png" style="width: 878px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/130459iDF5DB74B9922B7B4/image-size/large?v=v2&amp;amp;px=999" role="button" title="2025 11 02 A.png" alt="2025 11 02 A.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;EM&gt;Right justification without a monospaced font looks silly, and left justification can look a bit ragged with a proportional font.&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;EM&gt;The strreplace wasn't needed; a strjoin on ", " would have sufficed, but I was testing a modified strreplace function.&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;EM&gt;The string justification functions have wider applicability than just sequences.&amp;nbsp; Where would &lt;/EM&gt;cowsay &lt;EM&gt;be without it?&lt;/EM&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Stuart&lt;/P&gt;</description>
      <pubDate>Sun, 02 Nov 2025 03:53:55 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/String-issue-with-carriage-return-new-line-between-Mathcad-Prime/m-p/1041281#M219385</guid>
      <dc:creator>StuartBruff</dc:creator>
      <dc:date>2025-11-02T03:53:55Z</dc:date>
    </item>
  </channel>
</rss>

