Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29245 Discussions

Line Number in the source code window

chinhqnguyen
Beginner
586 Views
I wonder that whether the Compaq Visual Fortran 6.6 has a option to show the line number in the source code editor? Does anyone know it? I'd appreicate any help.



0 Kudos
1 Reply
Steven_L_Intel1
Employee
586 Views
Not directly, but...

1. The line number for the current cursor position is displayed in the lower right.
2. CTRL-G allows you to enter a line number and do a "Goto Line"
3. You can request a source listing file and open that as a file, it will give line numbers.

Line numbers are of limited use in CVF - compilation errors allow you to double-click on them to go to the point of error.

Steve
0 Kudos
Reply