<?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: Macro code to check if a project parameter exists. in PowerMill Forum</title>
    <link>https://forums.autodesk.com/t5/powermill-forum/macro-code-to-check-if-a-project-parameter-exists/m-p/11127125#M6429</link>
    <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/7461571"&gt;@Sean570&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Mon, 25 Apr 2022 15:25:51 GMT</pubDate>
    <dc:creator>bgundrum</dc:creator>
    <dc:date>2022-04-25T15:25:51Z</dc:date>
    <item>
      <title>Macro code to check if a project parameter exists.</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/macro-code-to-check-if-a-project-parameter-exists/m-p/11126975#M6427</link>
      <description>&lt;P&gt;I am trying to see if a project parameter exists. Powermill cannot evaluate the expression below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;    IF entity_exists($project.FolderSuffix) {
			$FolderSuffix = ($FolderSuffix + 1)
			}ELSE{
			INT $FolderSuffix = 0
		}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 14:45:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/macro-code-to-check-if-a-project-parameter-exists/m-p/11126975#M6427</guid>
      <dc:creator>bgundrum</dc:creator>
      <dc:date>2022-04-25T14:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: Macro code to check if a project parameter exists.</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/macro-code-to-check-if-a-project-parameter-exists/m-p/11126998#M6428</link>
      <description>&lt;LI-CODE lang="csharp"&gt;IF Member($Project._keys, "FolderSuffix") {
       //do stuff here
} ELSE {
//do other stuff here
}&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 25 Apr 2022 14:49:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/macro-code-to-check-if-a-project-parameter-exists/m-p/11126998#M6428</guid>
      <dc:creator>Sean570</dc:creator>
      <dc:date>2022-04-25T14:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: Macro code to check if a project parameter exists.</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/macro-code-to-check-if-a-project-parameter-exists/m-p/11127125#M6429</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/7461571"&gt;@Sean570&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 15:25:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/macro-code-to-check-if-a-project-parameter-exists/m-p/11127125#M6429</guid>
      <dc:creator>bgundrum</dc:creator>
      <dc:date>2022-04-25T15:25:51Z</dc:date>
    </item>
  </channel>
</rss>

