comp.lang.ada
 help / color / mirror / Atom feed
* sequential IO package, recieving error "Actual for "File" must be a variable"
@ 2001-02-08  2:29 arcele
  2001-02-08  4:07 ` Robert Dewar
  2001-02-08  4:24 ` Jeffrey Carter
  0 siblings, 2 replies; 3+ messages in thread
From: arcele @ 2001-02-08  2:29 UTC (permalink / 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





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-02-08  4:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-02-08  2:29 sequential IO package, recieving error "Actual for "File" must be a variable" arcele
2001-02-08  4:07 ` Robert Dewar
2001-02-08  4:24 ` Jeffrey Carter

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