<?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 How to extract numbers from .txt files in iLogic? in Inventor Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-forum/how-to-extract-numbers-from-txt-files-in-ilogic/m-p/8871467#M178227</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used the Cross Section Analysis tool in Inventor and exported the values to a .txt file. How do I extract the numbers using iLogic so I can define them as parameters?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have some code started, but need help finishing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Code.PNG" style="width: 958px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/650799i9A8CEA21248232A9/image-size/large?v=v2&amp;amp;px=999" role="button" title="Code.PNG" alt="Code.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Text File.PNG" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/650798i77A46D4240E574A6/image-size/large?v=v2&amp;amp;px=999" role="button" title="Text File.PNG" alt="Text File.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jun 2019 17:10:13 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-06-25T17:10:13Z</dc:date>
    <item>
      <title>How to extract numbers from .txt files in iLogic?</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/how-to-extract-numbers-from-txt-files-in-ilogic/m-p/8871467#M178227</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used the Cross Section Analysis tool in Inventor and exported the values to a .txt file. How do I extract the numbers using iLogic so I can define them as parameters?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have some code started, but need help finishing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Code.PNG" style="width: 958px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/650799i9A8CEA21248232A9/image-size/large?v=v2&amp;amp;px=999" role="button" title="Code.PNG" alt="Code.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Text File.PNG" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/650798i77A46D4240E574A6/image-size/large?v=v2&amp;amp;px=999" role="button" title="Text File.PNG" alt="Text File.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2019 17:10:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/how-to-extract-numbers-from-txt-files-in-ilogic/m-p/8871467#M178227</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-25T17:10:13Z</dc:date>
    </item>
    <item>
      <title>Betreff: How to extract numbers from .txt files in iLogic?</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/how-to-extract-numbers-from-txt-files-in-ilogic/m-p/8871557#M178228</link>
      <description>&lt;P&gt;Your "&lt;SPAN&gt;CrossSection1.txt" file does not contain&amp;nbsp;values separates by Comma.&amp;nbsp;Spaces or Tabs are more likely.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;To get specific values, access them with the appropriate&amp;nbsp;index&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://docs.microsoft.com/en-us/dotnet/api/microsoft.visualbasic.strings.split?view=netframework-4.8" target="_blank"&gt;https://docs.microsoft.com/en-us/dotnet/api/microsoft.visualbasic.strings.split?view=netframework-4.8&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2019 17:50:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/how-to-extract-numbers-from-txt-files-in-ilogic/m-p/8871557#M178228</guid>
      <dc:creator>Udo_Huebner</dc:creator>
      <dc:date>2019-06-25T17:50:05Z</dc:date>
    </item>
    <item>
      <title>Betreff: How to extract numbers from .txt files in iLogic?</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/how-to-extract-numbers-from-txt-files-in-ilogic/m-p/8871909#M178229</link>
      <description>&lt;P&gt;Thanks for your help. Based on the link you gave me, I should be able to split the string. I looked more on the Visual Basic website, and there doesn't seem to be any information on how to get numbers from text files (or indexing as you mentioned). Do you know of any sources? This is my first time using iLogic, so I am not too familiar with all its functions and capabilities.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2019 20:46:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/how-to-extract-numbers-from-txt-files-in-ilogic/m-p/8871909#M178229</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-25T20:46:09Z</dc:date>
    </item>
  </channel>
</rss>

