<?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 save table data from Mathcad 15.0 (M010) to a text file ? in Mathcad</title>
    <link>https://www.ptcusercommunity.com/t5/Mathcad/How-to-save-table-data-from-Mathcad-15-0-M010-to-a-text-file/m-p/427180#M167668</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds interesting!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 May 2014 20:51:10 GMT</pubDate>
    <dc:creator>Werner_E</dc:creator>
    <dc:date>2014-05-12T20:51:10Z</dc:date>
    <item>
      <title>How to save table data from Mathcad 15.0 (M010) to a text file ?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/How-to-save-table-data-from-Mathcad-15-0-M010-to-a-text-file/m-p/427173#M167661</link>
      <description>I want to create a table and assign the different variables to each cell. After the solving the values, Save the table to text file. How can do it ??</description>
      <pubDate>Thu, 03 May 2018 16:15:38 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/How-to-save-table-data-from-Mathcad-15-0-M010-to-a-text-file/m-p/427173#M167661</guid>
      <dc:creator>ptc-3934580</dc:creator>
      <dc:date>2018-05-03T16:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to save table data from Mathcad 15.0 (M010) to a text file ?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/How-to-save-table-data-from-Mathcad-15-0-M010-to-a-text-file/m-p/427174#M167662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And whats wrong about WRITEPRN ??&lt;/P&gt;&lt;P&gt;Of course you would have to use it&lt;EM&gt; after&lt;/EM&gt; you created your table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 06:19:08 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/How-to-save-table-data-from-Mathcad-15-0-M010-to-a-text-file/m-p/427174#M167662</guid>
      <dc:creator>Werner_E</dc:creator>
      <dc:date>2014-05-12T06:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to save table data from Mathcad 15.0 (M010) to a text file ?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/How-to-save-table-data-from-Mathcad-15-0-M010-to-a-text-file/m-p/427175#M167663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Suresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;somewhere on this website there is a compendium of neat little programs. It is called "Useful extra components". From that sheet I've got this little helper (see attached file) that writes out data to a text file only on demand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raiko&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 06:19:44 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/How-to-save-table-data-from-Mathcad-15-0-M010-to-a-text-file/m-p/427175#M167663</guid>
      <dc:creator>Raiko</dc:creator>
      <dc:date>2014-05-12T06:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to save table data from Mathcad 15.0 (M010) to a text file ?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/How-to-save-table-data-from-Mathcad-15-0-M010-to-a-text-file/m-p/427176#M167664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes i can use WRITEPRN.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the text file format will be as shown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Datafile written by Mathcad&lt;BR /&gt;// 05/12/14 10:37:22&lt;/P&gt;&lt;P&gt;.MATRIX 0 0 8 3&lt;BR /&gt; "FileName" "abc.prt" "STRING" "DrawingName" "abc.drw" "STRING" "Height" 80.56&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally I am creating a vb.net application with good UI, which takes file path as input and writes all parameters to text file as needed. &lt;IMG src="https://community.ptc.com/legacyfs/online/emoticons/happy.png" /&gt; In this case i need to list all the parameters names &lt;IMG src="https://community.ptc.com/legacyfs/online/emoticons/sad.png" /&gt; to get its values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 06:34:25 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/How-to-save-table-data-from-Mathcad-15-0-M010-to-a-text-file/m-p/427176#M167664</guid>
      <dc:creator>ptc-3934580</dc:creator>
      <dc:date>2014-05-12T06:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to save table data from Mathcad 15.0 (M010) to a text file ?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/How-to-save-table-data-from-Mathcad-15-0-M010-to-a-text-file/m-p/427177#M167665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure from your description what you think you need. Is the problem the import in Mathcad or the export?&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt; In this case i need to list all the parameters names &lt;IMG src="https://community.ptc.com/legacyfs/online/emoticons/sad.png" /&gt; to get its values&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;As far as i know there is no way to export Mathcad's variable &lt;STRONG&gt;names&lt;/STRONG&gt;. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 11:36:19 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/How-to-save-table-data-from-Mathcad-15-0-M010-to-a-text-file/m-p/427177#M167665</guid>
      <dc:creator>Werner_E</dc:creator>
      <dc:date>2014-05-12T11:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to save table data from Mathcad 15.0 (M010) to a text file ?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/How-to-save-table-data-from-Mathcad-15-0-M010-to-a-text-file/m-p/427178#M167666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can cheat by using the MathRegion XML export API in VBscript. This will, with a little care show you all the defined variables, the maths expressions, and results. You have to decode the XML though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the moment I'm doing it for a file compare function but it's not finished yet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Philip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 19:50:32 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/How-to-save-table-data-from-Mathcad-15-0-M010-to-a-text-file/m-p/427178#M167666</guid>
      <dc:creator>PhilipOakley</dc:creator>
      <dc:date>2014-05-12T19:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to save table data from Mathcad 15.0 (M010) to a text file ?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/How-to-save-table-data-from-Mathcad-15-0-M010-to-a-text-file/m-p/427179#M167667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take a look at this old thread for some various ways of saving tables as text files:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading" href="https://www.ptcusercommunity.com/message/180125" title="http://communities.ptc.com/message/180125"&gt;http://communities.ptc.com/message/180125&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 20:12:43 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/How-to-save-table-data-from-Mathcad-15-0-M010-to-a-text-file/m-p/427179#M167667</guid>
      <dc:creator>MichaelH</dc:creator>
      <dc:date>2014-05-12T20:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to save table data from Mathcad 15.0 (M010) to a text file ?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/How-to-save-table-data-from-Mathcad-15-0-M010-to-a-text-file/m-p/427180#M167668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds interesting!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 20:51:10 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/How-to-save-table-data-from-Mathcad-15-0-M010-to-a-text-file/m-p/427180#M167668</guid>
      <dc:creator>Werner_E</dc:creator>
      <dc:date>2014-05-12T20:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to save table data from Mathcad 15.0 (M010) to a text file ?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/How-to-save-table-data-from-Mathcad-15-0-M010-to-a-text-file/m-p/427181#M167669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Tms Rmn;"&gt; &lt;STRONG&gt; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;My intention is to create GUI in vb.net to enter the values for few parameters from user. Update the same values into MathCAD worksheet and run an evaluation, so that all the parameters dependent on user input get's update. Later i can get the updated parameters values which i need for further Product creation/analysis. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 07:29:49 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/How-to-save-table-data-from-Mathcad-15-0-M010-to-a-text-file/m-p/427181#M167669</guid>
      <dc:creator>ptc-3934580</dc:creator>
      <dc:date>2014-05-14T07:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to save table data from Mathcad 15.0 (M010) to a text file ?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/How-to-save-table-data-from-Mathcad-15-0-M010-to-a-text-file/m-p/427182#M167670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at the attached link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://www.ptcusercommunity.com/docs/DOC-1071#comment-3162"&gt;http://communities.ptc.com/docs/DOC-1071#comment-3162&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 07:33:08 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/How-to-save-table-data-from-Mathcad-15-0-M010-to-a-text-file/m-p/427182#M167670</guid>
      <dc:creator>MikeArmstrong</dc:creator>
      <dc:date>2014-05-14T07:33:08Z</dc:date>
    </item>
  </channel>
</rss>

