From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3c580b71c42175a7,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-02-07 18:57:24 PST Path: supernews.google.com!sn-xit-02!supernews.com!news.gv.tsc.tdk.com!falcon.america.net!sunqbc.risq.qc.ca!cpk-news-hub1.bbnplanet.com!news.gtei.net!newshub2.home.com!news.home.com!news.mindspring.net!not-for-mail From: "arcele" Newsgroups: comp.lang.ada Subject: sequential IO package, recieving error "Actual for "File" must be a variable" Date: Wed, 7 Feb 2001 21:29:01 -0500 Organization: MindSpring Enterprises Message-ID: <95t1iu$6it$1@slb6.atl.mindspring.net> NNTP-Posting-Host: 3f.32.bf.97 X-Server-Date: 8 Feb 2001 02:51:10 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Xref: supernews.google.com comp.lang.ada:4960 Date: 2001-02-08T02:51:10+00:00 List-Id: 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