<?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 to obtain a letter of NC program name in post-processing in PowerMill Forum</title>
    <link>https://forums.autodesk.com/t5/powermill-forum/how-to-obtain-a-letter-of-nc-program-name-in-post-processing/m-p/11560971#M5085</link>
    <description>&lt;P&gt;Thank you &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4163177"&gt;@rafael.sansao&lt;/a&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 18 Nov 2022 02:38:11 GMT</pubDate>
    <dc:creator>Genericxg</dc:creator>
    <dc:date>2022-11-18T02:38:11Z</dc:date>
    <item>
      <title>How to obtain a letter of NC program name in post-processing</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/how-to-obtain-a-letter-of-nc-program-name-in-post-processing/m-p/11555399#M5079</link>
      <description>&lt;P&gt;How to obtain a letter in the NC program name by judging a statement or script. For example,&lt;/P&gt;&lt;P&gt;I want to get the letter marked (S) in the picture.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pp.jpg" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1140239i0F7B958700DD80DB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="pp.jpg" alt="pp.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 05:34:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/how-to-obtain-a-letter-of-nc-program-name-in-post-processing/m-p/11555399#M5079</guid>
      <dc:creator>Genericxg</dc:creator>
      <dc:date>2022-11-16T05:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to obtain a letter of NC program name in post-processing</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/how-to-obtain-a-letter-of-nc-program-name-in-post-processing/m-p/11559238#M5080</link>
      <description>&lt;P&gt;This is the judgment of obtaining the last letter of the name&lt;/P&gt;&lt;P&gt;%p(NC Program Name)%.substring(%p(NC Program Name)%.length-1,%p(NC Program Name)%.length).toUpperCase() == "M"&lt;BR /&gt;What should I do to get the middle letter S&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 17:01:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/how-to-obtain-a-letter-of-nc-program-name-in-post-processing/m-p/11559238#M5080</guid>
      <dc:creator>Genericxg</dc:creator>
      <dc:date>2022-11-17T17:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to obtain a letter of NC program name in post-processing</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/how-to-obtain-a-letter-of-nc-program-name-in-post-processing/m-p/11560405#M5081</link>
      <description>&lt;P&gt;What are the other variables? Or does the name only have an S or no S in it?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 20:35:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/how-to-obtain-a-letter-of-nc-program-name-in-post-processing/m-p/11560405#M5081</guid>
      <dc:creator>Jonathan_Artiss19</dc:creator>
      <dc:date>2022-11-17T20:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to obtain a letter of NC program name in post-processing</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/how-to-obtain-a-letter-of-nc-program-name-in-post-processing/m-p/11560680#M5082</link>
      <description>&lt;P&gt;Yes.&lt;/P&gt;&lt;P&gt;The name has S.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 22:53:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/how-to-obtain-a-letter-of-nc-program-name-in-post-processing/m-p/11560680#M5082</guid>
      <dc:creator>Genericxg</dc:creator>
      <dc:date>2022-11-17T22:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to obtain a letter of NC program name in post-processing</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/how-to-obtain-a-letter-of-nc-program-name-in-post-processing/m-p/11560857#M5083</link>
      <description>&lt;P&gt;This?&lt;/P&gt;
&lt;LI-CODE lang="java"&gt;%p(NC Program Name)%.substring(2, 3).toUpperCase() == "S"&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 18 Nov 2022 00:45:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/how-to-obtain-a-letter-of-nc-program-name-in-post-processing/m-p/11560857#M5083</guid>
      <dc:creator>rafael.sansao</dc:creator>
      <dc:date>2022-11-18T00:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to obtain a letter of NC program name in post-processing</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/how-to-obtain-a-letter-of-nc-program-name-in-post-processing/m-p/11560961#M5084</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to write it in the script?&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2022 02:32:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/how-to-obtain-a-letter-of-nc-program-name-in-post-processing/m-p/11560961#M5084</guid>
      <dc:creator>Genericxg</dc:creator>
      <dc:date>2022-11-18T02:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to obtain a letter of NC program name in post-processing</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/how-to-obtain-a-letter-of-nc-program-name-in-post-processing/m-p/11560971#M5085</link>
      <description>&lt;P&gt;Thank you &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4163177"&gt;@rafael.sansao&lt;/a&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2022 02:38:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/how-to-obtain-a-letter-of-nc-program-name-in-post-processing/m-p/11560971#M5085</guid>
      <dc:creator>Genericxg</dc:creator>
      <dc:date>2022-11-18T02:38:11Z</dc:date>
    </item>
  </channel>
</rss>

