append text with g77
From: Fabian Braennstroem (f.braennstroem_at_gmx.de)
Date: 05/25/04
- Next message: Catherine Rees Lay: "Re: long free source form lines"
- Previous message: Richard Edgar: "Re: [f77] Choosing a complete path"
- Next in thread: Ron Shepard: "Re: append text with g77"
- Reply: Ron Shepard: "Re: append text with g77"
- Reply: Jugoslav Dujic: "Re: append text with g77"
- Reply: *** Hendrickson: "Re: append text with g77"
- Reply: Herman D. Knoble: "Re: append text with g77"
- Reply: Fabian Braennstroem: "Re: append text with g77"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 25 May 2004 10:43:56 +0200
Hello,
I try to append some text to the end of an existing file. I think it should
work with:
open(unit=565,file='protocol-variants',status='old')
233 read(565,*,END=234)
goto 233
234 continue
write(565,*)acrank
close(565)
but it does not. Is there anything wrong?
Greetings!
-- Fabian Braennstroem Duesseldorf/Berlin
- Next message: Catherine Rees Lay: "Re: long free source form lines"
- Previous message: Richard Edgar: "Re: [f77] Choosing a complete path"
- Next in thread: Ron Shepard: "Re: append text with g77"
- Reply: Ron Shepard: "Re: append text with g77"
- Reply: Jugoslav Dujic: "Re: append text with g77"
- Reply: *** Hendrickson: "Re: append text with g77"
- Reply: Herman D. Knoble: "Re: append text with g77"
- Reply: Fabian Braennstroem: "Re: append text with g77"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]