|
From: rudra on 15 Apr 2008 09:47 dear friends, can i write to a single file from two different subroutine?
From: Arjen Markus on 15 Apr 2008 09:55 On 15 apr, 15:47, rudra <bnrj.ru...(a)gmail.com> wrote: > dear friends, > can i write to a single file from two different subroutine? Yes, the logical unit number by which you open a file is a _global_ property of the program. It can be used anywhere within your program. Regards, Arjen
|
Pages: 1 Prev: Data Plotting Library DISLIN 9.3 Next: Fortran templates |