<?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 Format Question in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Format-Question/m-p/949786#M19216</link>
    <description>Is there a command to convert a character string into a Real number string?  If the variable X is initialized as a character and contains the character "3", how do I change it so that "X" is now a real variable containing the number "3"? &lt;BR /&gt; &lt;BR /&gt;thanks.</description>
    <pubDate>Wed, 02 May 2001 03:10:48 GMT</pubDate>
    <dc:creator>waynebruce</dc:creator>
    <dc:date>2001-05-02T03:10:48Z</dc:date>
    <item>
      <title>Format Question</title>
      <link>https://community.intel.com/t5/Software-Archive/Format-Question/m-p/949786#M19216</link>
      <description>Is there a command to convert a character string into a Real number string?  If the variable X is initialized as a character and contains the character "3", how do I change it so that "X" is now a real variable containing the number "3"? &lt;BR /&gt; &lt;BR /&gt;thanks.</description>
      <pubDate>Wed, 02 May 2001 03:10:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Format-Question/m-p/949786#M19216</guid>
      <dc:creator>waynebruce</dc:creator>
      <dc:date>2001-05-02T03:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: Format Question</title>
      <link>https://community.intel.com/t5/Software-Archive/Format-Question/m-p/949787#M19217</link>
      <description>You can't have the same variable be both a character string and a numeric, but you can do something like this:&lt;BR /&gt;&lt;BR /&gt;READ (XSTRING,*) X&lt;BR /&gt;&lt;BR /&gt;where XSTRING is a CHARACTER variable containing the string "3" and X is a REAL variable.  This is called "Internal READ" - look it up in the Compaq Fortran Language Reference Manual.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Wed, 02 May 2001 04:05:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Format-Question/m-p/949787#M19217</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2001-05-02T04:05:22Z</dc:date>
    </item>
  </channel>
</rss>

