comp.lang.ada
 help / color / mirror / Atom feed
From: "arcele" <unhuh@hotmail.com>
Subject: sequential IO package, recieving error "Actual for "File" must be a variable"
Date: Wed, 7 Feb 2001 21:29:01 -0500
Date: 2001-02-08T02:51:10+00:00	[thread overview]
Message-ID: <95t1iu$6it$1@slb6.atl.mindspring.net> (raw)

in my program using the sequential_io package i am recieving the error
"Actual for "File" must be a variable" for this line

71.      seq_io.close(old_file);

i have instantiated sequential_io to be seq_io and declared

32.  old_file : seq_io.file_type;

at the same time i am not recieving the error for every command for example
i have one line that reads

74.     seq_io.close(new_file);
and
89.      seq_io.read(old_file, current);

so i'm assuming that the variable old_file does exist, and is fine, but that
i have done something else wrong,
any help with this program would be appreciated, thanks, Ryan





             reply	other threads:[~2001-02-08  2:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-02-08  2:29 arcele [this message]
2001-02-08  4:07 ` sequential IO package, recieving error "Actual for "File" must be a variable" Robert Dewar
2001-02-08  4:24 ` Jeffrey Carter
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox