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.

re:append to internal file

mcapel
Beginner
619 Views
Is there a way to do an appended write to a singleinternal filethrough successive write operations?
0 Kudos
1 Reply
Steven_L_Intel1
Employee
619 Views
No - each WRITE starts at the beginning of the character variable. You could write into a substring, I suppose.
0 Kudos
Reply