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

Append lines to a file????

patuco
Beginner
413 Views
Hi everyone in the forum,
i am working wih fortan but not for a long time and with an old verison of its compiler, Microsoft Fortran Power Station 4.0. I now it a bit old :)

I have a problem with a program i am woriking with, and i have to modify. I was wondering if it is possible to append some lines to a file. If anyone could give me a hand?

Thanks in advance
0 Kudos
1 Reply
Intel_C_Intel
Employee
413 Views

Use

Open ( ... Access = 'Append', .... )

In Help, look for the Open command.

0 Kudos
Reply