Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
29306 Discussions

Line Number in the source code window

chinhqnguyen
Beginner
661 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
661 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