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 on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Variable Format Expressions

mr_peanut
Beginner
459 Views
What is the standard F90/95 replacement for F77 variable format expressions using angle brackets (<>).?
0 Kudos
1 Reply
Steven_L_Intel1
Employee
459 Views
Writing the format into a character variable and using that as the format. It's not as flexible as VFEs.
0 Kudos
Reply