Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

writing to same file from diferent subroutine

2 views
Skip to first unread message

rudra

unread,
Apr 15, 2008, 9:47:54 AM4/15/08
to
dear friends,
can i write to a single file from two different subroutine?

Arjen Markus

unread,
Apr 15, 2008, 9:55:48 AM4/15/08
to
On 15 apr, 15:47, rudra <bnrj.ru...@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

0 new messages