<?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: Line numbers in Fortran in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Line-numbers-in-Fortran/m-p/950455#M19407</link>
    <description>I tried it still no line numbers in the print out, more advice please.</description>
    <pubDate>Tue, 08 May 2001 06:45:55 GMT</pubDate>
    <dc:creator>Intel_C_Intel</dc:creator>
    <dc:date>2001-05-08T06:45:55Z</dc:date>
    <item>
      <title>Line numbers in Fortran</title>
      <link>https://community.intel.com/t5/Software-Archive/Line-numbers-in-Fortran/m-p/950453#M19405</link>
      <description>How do you get Compaq Visual Fortran to print out line numbers with the source code? Also, is there a way to see the line numbers in the source code window? When we change the source code we are required to specify the changed line numbers in a revision history comment section. I need to have the line numbers in a print out in order to add this information. Thanks. &lt;MRIGGI&gt;&lt;/MRIGGI&gt;</description>
      <pubDate>Tue, 08 May 2001 02:38:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Line-numbers-in-Fortran/m-p/950453#M19405</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-05-08T02:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: Line numbers in Fortran</title>
      <link>https://community.intel.com/t5/Software-Archive/Line-numbers-in-Fortran/m-p/950454#M19406</link>
      <description>Just ask for a source listing (Project..Settings..Fortran..Listing Files.)  There isn't a way to add source line numbers to the editing window, but the current line number is displayed at the bottom of the pane and you can use CTRL-G to GOTO LINE.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Tue, 08 May 2001 03:34:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Line-numbers-in-Fortran/m-p/950454#M19406</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2001-05-08T03:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: Line numbers in Fortran</title>
      <link>https://community.intel.com/t5/Software-Archive/Line-numbers-in-Fortran/m-p/950455#M19407</link>
      <description>I tried it still no line numbers in the print out, more advice please.</description>
      <pubDate>Tue, 08 May 2001 06:45:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Line-numbers-in-Fortran/m-p/950455#M19407</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-05-08T06:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: Line numbers in Fortran</title>
      <link>https://community.intel.com/t5/Software-Archive/Line-numbers-in-Fortran/m-p/950456#M19408</link>
      <description>Works for me.  You need to check the Source Listing box - the listing file has the .lst type.  Here's an excerpt of an example:&lt;BR /&gt;&lt;BR /&gt;&lt;PRE&gt;
	      1 module mymod
	      2 interface operator (//)
	      3  module procedure myconcat
	      4  end interface operator (//)
	      5 contains
	      6 function myconcat (arg1, arg2)
	      7 character*(*), intent(in) :: arg1
	      8 integer, intent(in) :: arg2
	      9 character*(LEN(arg1)+ 1) myconcat
	     10 myconcat = arg1 // char(arg2+ichar('0'))
	     11 return
	     12 end function myconcat
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Tue, 08 May 2001 08:49:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Line-numbers-in-Fortran/m-p/950456#M19408</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2001-05-08T08:49:26Z</dc:date>
    </item>
  </channel>
</rss>

