<?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: Component Wizard: .= Truncate Operator - How does it work? in Processor Expert Software</title>
    <link>https://community.nxp.com/t5/Processor-Expert-Software/Component-Wizard-Truncate-Operator-How-does-it-work/m-p/175696#M393</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please find attached the Macro-Language_Reference_Manual.pdf file which fully describes PEx macro language (EXPR, msg, substring, .... etc). This file will be published within upcomming CW V10.2.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are sorry for the inconvenience.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;best regards&lt;BR /&gt;Vojtech Filip&lt;BR /&gt;Processor Expert Support Team&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Oct 2011 15:18:25 GMT</pubDate>
    <dc:creator>ProcessorExpert</dc:creator>
    <dc:date>2011-10-27T15:18:25Z</dc:date>
    <item>
      <title>Component Wizard: .= Truncate Operator - How does it work?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Component-Wizard-Truncate-Operator-How-does-it-work/m-p/175691#M388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I&amp;nbsp;cannot find any information on the ".= truncate" operator.&amp;nbsp; There is nothing in the help file explaining how to use it.&amp;nbsp; I tried some experiements but I saw no results.&amp;nbsp; Anyone know what it does?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2011 04:12:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Component-Wizard-Truncate-Operator-How-does-it-work/m-p/175691#M388</guid>
      <dc:creator>jgirard1</dc:creator>
      <dc:date>2011-10-21T04:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: Component Wizard: .= Truncate Operator - How does it work?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Component-Wizard-Truncate-Operator-How-does-it-work/m-p/175692#M389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please see the enclosed pdf documentation on operators in PEx macro language.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;best regards&lt;BR /&gt;Vojtech Filip&lt;BR /&gt;Processor Expert Support Team&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2011 15:57:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Component-Wizard-Truncate-Operator-How-does-it-work/m-p/175692#M389</guid>
      <dc:creator>ProcessorExpert</dc:creator>
      <dc:date>2011-10-21T15:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: Component Wizard: .= Truncate Operator - How does it work?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Component-Wizard-Truncate-Operator-How-does-it-work/m-p/175693#M390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That does not tell me how to use it.&amp;nbsp; I have tried several things and nothing works.&amp;nbsp; Can you please provide an example?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2011 21:03:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Component-Wizard-Truncate-Operator-How-does-it-work/m-p/175693#M390</guid>
      <dc:creator>jgirard1</dc:creator>
      <dc:date>2011-10-21T21:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: Component Wizard: .= Truncate Operator - How does it work?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Component-Wizard-Truncate-Operator-How-does-it-work/m-p/175694#M391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please find the example hot to use ".= truncate operator" below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;%:pi = %EXPR(22/7)
%:i = %msg(INFO,%pi)
%:pi_trunc .= %pi
%:i = %msg(INFO,%pi_trunc)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can put this code for example into drv file. It should display two messages with pi and pi_trunc values consequently.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;best regards&lt;BR /&gt;Vojtech Filip&lt;BR /&gt;Processor Expert Support Team&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2020 09:24:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Component-Wizard-Truncate-Operator-How-does-it-work/m-p/175694#M391</guid>
      <dc:creator>ProcessorExpert</dc:creator>
      <dc:date>2020-10-29T09:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: Component Wizard: .= Truncate Operator - How does it work?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Component-Wizard-Truncate-Operator-How-does-it-work/m-p/175695#M392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the explanation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Everytime I ask a question here in the forums,&amp;nbsp;I learn new magic keywords.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I cannot find anything in the help file for %EXPR and %msg keywords.&amp;nbsp; Though&amp;nbsp;I can infer how they work from your example, how would I ever know these two keywords exist unless they are&amp;nbsp;documented somewhere?&amp;nbsp; Why are they not in the Help file?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wonder how many other magic keywords are missing in the Help file.&amp;nbsp; No wonder it is so difficult and confusing to use this product.&amp;nbsp; The documentation is terrible.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there an update to the Help file or other doucmentation that exists that can be downloaded?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2011 22:21:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Component-Wizard-Truncate-Operator-How-does-it-work/m-p/175695#M392</guid>
      <dc:creator>jgirard1</dc:creator>
      <dc:date>2011-10-24T22:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: Component Wizard: .= Truncate Operator - How does it work?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Component-Wizard-Truncate-Operator-How-does-it-work/m-p/175696#M393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please find attached the Macro-Language_Reference_Manual.pdf file which fully describes PEx macro language (EXPR, msg, substring, .... etc). This file will be published within upcomming CW V10.2.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are sorry for the inconvenience.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;best regards&lt;BR /&gt;Vojtech Filip&lt;BR /&gt;Processor Expert Support Team&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2011 15:18:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Component-Wizard-Truncate-Operator-How-does-it-work/m-p/175696#M393</guid>
      <dc:creator>ProcessorExpert</dc:creator>
      <dc:date>2011-10-27T15:18:25Z</dc:date>
    </item>
  </channel>
</rss>

