append text with g77

From: Fabian Braennstroem (f.braennstroem_at_gmx.de)
Date: 05/25/04


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