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.

iomsg= question

lklawrie
Beginner
542 Views
What is the length of character variable I should use if I put in the iomsg= option into read, etc statements?

Doesn't seem to be specified in the help nor in the standard.

0 Kudos
2 Replies
Steven_L_Intel1
Employee
542 Views
The standard doesn't say - this is implementation-dependent. Why not use 256 or some length near that - it should be enough.
0 Kudos
lklawrie
Beginner
542 Views
Thanks, Steve.

I was coming up blank with an appropriate length.
0 Kudos
Reply