<?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: Increasing Parts description character limit or a workaround (127) in Inventor Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-forum/increasing-parts-description-character-limit-or-a-workaround-127/m-p/8699256#M188574</link>
    <description>&lt;P&gt;I have found success with iLogic to skip past this limitation, at least with custom iProperties that might work for you, I've had success with storage &amp;amp; retrieval of strings containing over 350 characters, so worthy of trying out on your issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN&gt;iProperties&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;Value&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;Project&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;Description&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;) = "[127+ characters]"&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;Surprisingly, I haven't had any negative results from this operation that I've discovered as I would have expected some memory leakage or other data loss to occur from this run-over; but nothing yet.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
    <pubDate>Mon, 01 Apr 2019 18:14:15 GMT</pubDate>
    <dc:creator>llorden4</dc:creator>
    <dc:date>2019-04-01T18:14:15Z</dc:date>
    <item>
      <title>Increasing Parts description character limit or a workaround (127)</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/increasing-parts-description-character-limit-or-a-workaround-127/m-p/8698960#M188571</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;
&lt;P&gt;I was curious if there was a way to increase the iproperties description character limit of 127.&amp;nbsp; In some searches I found, users mentioned either using the comments section instead or using ilogic to do so.&amp;nbsp; Another suggestion was third party software (I'd wish to avoid if possible).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks much for any feedback.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2019 16:36:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/increasing-parts-description-character-limit-or-a-workaround-127/m-p/8698960#M188571</guid>
      <dc:creator>moua.thao</dc:creator>
      <dc:date>2019-04-01T16:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing Parts description character limit or a workaround (127)</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/increasing-parts-description-character-limit-or-a-workaround-127/m-p/8699075#M188572</link>
      <description>&lt;P&gt;Why don't we start with you giving us some feedback on why you need 127 characters in a description?&lt;/P&gt;
&lt;P&gt;I have 3 lines in my title block that give me a total of 81 characters.&amp;nbsp; On a normal day, I will be lucky to use half of those.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://0lojpg.bn1301.livefilestore.com/y4mBpjMsxHsiyE90fl7LZ99L9EQYMinMmTq-HRFH9JbCEzkKriwtHkW3fcvHd1Tn83fNmCEOxlu43NSCaM5t5LTUVxzkr2SykXazzjlH6fe8HEZ9J9xESPFwabQTX5LJ7gKPlhZsl0LCsXsW74obCNtIOOvc57pHxbFMWOTgbDVMzABJgwHnVMfJOWjsmiR3b-SgAE5duRw6SWoxUsKOxXgCw?width=220&amp;amp;height=20&amp;amp;cropmode=none" border="0" width="300" height="100" /&gt;&lt;BR /&gt;Windows 10 x64 -16GB Ram&lt;BR /&gt;Intel i7-6700 @ 3.41ghz&lt;BR /&gt;nVidia GTS 250 - 1 GB&lt;BR /&gt;Inventor Pro 2018&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2019 17:09:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/increasing-parts-description-character-limit-or-a-workaround-127/m-p/8699075#M188572</guid>
      <dc:creator>Cadmanto</dc:creator>
      <dc:date>2019-04-01T17:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing Parts description character limit or a workaround (127)</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/increasing-parts-description-character-limit-or-a-workaround-127/m-p/8699179#M188573</link>
      <description>&lt;P&gt;The limit is likely fixed..&lt;/P&gt;
&lt;P&gt;As you hinted at you could use multiple fields (custom iprops or any other unused fields) setup to essentially be your "Description Part 1" and Description Part 2" or whatever as needed..&lt;/P&gt;
&lt;P&gt;You could have some automation (ilogic) to prompt you to fill them out or concatenate from other fields or whatever you need.&lt;/P&gt;
&lt;P&gt;But increasing a single field limit is unlikely to be possible..&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I agree that needing more is a weird request.. My ERP system doesn't accept anywhere near that many characters for a parts description..&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2019 17:45:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/increasing-parts-description-character-limit-or-a-workaround-127/m-p/8699179#M188573</guid>
      <dc:creator>mcgyvr</dc:creator>
      <dc:date>2019-04-01T17:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing Parts description character limit or a workaround (127)</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/increasing-parts-description-character-limit-or-a-workaround-127/m-p/8699256#M188574</link>
      <description>&lt;P&gt;I have found success with iLogic to skip past this limitation, at least with custom iProperties that might work for you, I've had success with storage &amp;amp; retrieval of strings containing over 350 characters, so worthy of trying out on your issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN&gt;iProperties&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;Value&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;Project&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;Description&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;) = "[127+ characters]"&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;Surprisingly, I haven't had any negative results from this operation that I've discovered as I would have expected some memory leakage or other data loss to occur from this run-over; but nothing yet.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2019 18:14:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/increasing-parts-description-character-limit-or-a-workaround-127/m-p/8699256#M188574</guid>
      <dc:creator>llorden4</dc:creator>
      <dc:date>2019-04-01T18:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing Parts description character limit or a workaround (127)</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/increasing-parts-description-character-limit-or-a-workaround-127/m-p/8699834#M188575</link>
      <description>&lt;P&gt;Would anyone know a fast way to translate the special characters into ilogic?&amp;nbsp; My descriptions often contain ", (), : etc...&lt;/P&gt;
&lt;P&gt;It's kind of a pain to have to do a find and search replace for each special character.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ps, thanks for the solution&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/560097"&gt;@llorden4&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2019 22:33:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/increasing-parts-description-character-limit-or-a-workaround-127/m-p/8699834#M188575</guid>
      <dc:creator>moua.thao</dc:creator>
      <dc:date>2019-04-01T22:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing Parts description character limit or a workaround (127)</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/increasing-parts-description-character-limit-or-a-workaround-127/m-p/8699857#M188576</link>
      <description>&lt;P&gt;I do this quite a bit myself with self-generating part descriptions using iLogic.&amp;nbsp; The trick is to concatenate your text together and the command syntax can get you if you're not familiar with it.&amp;nbsp; If you have a carriage return, you can't have anything interrupting the concatenation, not even a remarked line.&amp;nbsp; Use the "&amp;amp;" symbol as the concatenate (join) command.&amp;nbsp; For example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This works:&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN&gt;iProperties&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;Value&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;Project&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;Description&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;) = "My(Part)Is " &amp;amp;&lt;BR /&gt;Length &amp;amp;    'Length is a variable somewhere&lt;BR /&gt;chr(34) &amp;amp;&lt;BR /&gt;"long"&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;and would produce a result of:&amp;nbsp; &amp;nbsp; &amp;nbsp; My(PartIs) 12" long.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However this wouldn't work:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;iProperties&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;Value&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;Project&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;Description&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;) = "MyPartIs " &amp;amp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;'Length is a variable somewhere&lt;BR /&gt;Length &amp;amp;&lt;BR /&gt;chr(34) &amp;amp;&lt;BR /&gt;"long"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The remarked line "&amp;nbsp; &amp;nbsp;'Length is a variable somewhere&amp;nbsp; &amp;nbsp;"&amp;nbsp; interrupts the sequence as it's on a new line, but works just fine at the end of a line.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Placing your special characters within the quotes or using the chr(?) feature works just great.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Good luck!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2019 22:48:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/increasing-parts-description-character-limit-or-a-workaround-127/m-p/8699857#M188576</guid>
      <dc:creator>llorden4</dc:creator>
      <dc:date>2019-04-01T22:48:42Z</dc:date>
    </item>
  </channel>
</rss>

