<?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 Error message in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Error-message/m-p/955922#M20787</link>
    <description>My program opens several different text files for input.  One particular file is returning a run-time error: severe (64): input conversion error.  I've been trouble-shooting this for a while, and cannot find a solution.  It's not a formatting problem, and the files opens as the first line is read and written out perfectly.  Any suggestions would be greatly appreciated.</description>
    <pubDate>Tue, 26 Jun 2001 00:25:16 GMT</pubDate>
    <dc:creator>Intel_C_Intel</dc:creator>
    <dc:date>2001-06-26T00:25:16Z</dc:date>
    <item>
      <title>Error message</title>
      <link>https://community.intel.com/t5/Software-Archive/Error-message/m-p/955922#M20787</link>
      <description>My program opens several different text files for input.  One particular file is returning a run-time error: severe (64): input conversion error.  I've been trouble-shooting this for a while, and cannot find a solution.  It's not a formatting problem, and the files opens as the first line is read and written out perfectly.  Any suggestions would be greatly appreciated.</description>
      <pubDate>Tue, 26 Jun 2001 00:25:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Error-message/m-p/955922#M20787</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-06-26T00:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: Error message</title>
      <link>https://community.intel.com/t5/Software-Archive/Error-message/m-p/955923#M20788</link>
      <description>The most frequent reason for such message is that RTL finds something &lt;BR /&gt;unexpected in F or I edit descriptor; of all those, the most frequent reason is that it's a tab (my bet) or EOF.  &lt;BR /&gt; &lt;BR /&gt;Try locating the exact line in your input (not source) file where the error happens. Then, try opening it in, say, Visual Studio and switch on "View Whitespace" (Ctrl+Shift+8). I'm pretty sure you'll find something unexpected there. Btw, I think that the tab characters (CHAR(9)) as default in both source and other file formats in VS are rather annoying . &lt;BR /&gt; &lt;BR /&gt;Jugoslav</description>
      <pubDate>Tue, 26 Jun 2001 01:10:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Error-message/m-p/955923#M20788</guid>
      <dc:creator>Jugoslav_Dujic</dc:creator>
      <dc:date>2001-06-26T01:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error message</title>
      <link>https://community.intel.com/t5/Software-Archive/Error-message/m-p/955924#M20789</link>
      <description>When dealing with input files created by others, a good safety play is to read each line of data as a character string and then analyse it.  Like Jugoslav, I too dislike tabs - especially after I found them in the middle of numbers in one input file (The file had been put into Excel and back out again) &lt;BR /&gt; &lt;BR /&gt;On analysing a line of data in the form of a character string, it depends on what I expect to find and what I need to read - sometimes I look for Tabs, sometimes I replace all non-printing characters by spaces (that one cures a lot of troublesome files), and sometimes I strip out all but numbers (but careful with numbers in exponent form). &lt;BR /&gt; &lt;BR /&gt;I find that data files are, by and large, deteriorating in quality with the years, and I put this down to the increasing remotenesss of the users of high-level software from what they are producing. &lt;BR /&gt; &lt;BR /&gt;I hope this gives you some general advice. &lt;BR /&gt; &lt;BR /&gt;Bear of little brain</description>
      <pubDate>Tue, 26 Jun 2001 15:32:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Error-message/m-p/955924#M20789</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-06-26T15:32:21Z</dc:date>
    </item>
  </channel>
</rss>

