Re: Adding a column to an existing output file
- From: glen herrmannsfeldt <gah@xxxxxxxxxxxxxxxx>
- Date: Wed, 31 Oct 2007 06:49:14 -0800
csocean wrote:
Does anyone know if there's a way to use APPEND (or something similar)
to add a column to an output file, rather than adding rows at the
end? I need it to grow sideways rather than downwards.
Not with APPEND, but it is common to read a file, modify the
contents, and write out a new one. If you want, at the end you
delete the old one and rename the new one.
-- glen
.
- References:
- Adding a column to an existing output file
- From: csocean
- Adding a column to an existing output file
- Prev by Date: Re: Stack corruption and memory leak problems in c++/Fortran application
- Next by Date: Re: opening char variable data file
- Previous by thread: Re: Adding a column to an existing output file
- Next by thread: memory leak after calling a fortran function
- Index(es):
Relevant Pages
|