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

re:append to internal file

mcapel
Beginner
597 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
597 Views
No - each WRITE starts at the beginning of the character variable. You could write into a substring, I suppose.
0 Kudos
Reply