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=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,db7fb3ff850780a8 X-Google-Attributes: gid103376,public From: Stephen Leake Subject: Re: text files and variables Date: 1997/05/29 Message-ID: <338D8F68.3782@gsfc.nasa.gov>#1/1 X-Deja-AN: 244732104 References: <3386B004.32AE@opera.iinet.net.au> Organization: NASA Goddard Space Flight Center -- Greenbelt, Maryland USA Reply-To: Stephen.Leake@gsfc.nasa.gov Newsgroups: comp.lang.ada Date: 1997-05-29T00:00:00+00:00 List-Id: oliver white wrote: > > I am writing a program for a university assignment in ADA. using a > series of > global variables (ie/ price : float) I use a seperate procedure to write > these to a text file for later reference by another procedure. However, > when > I compile I get a series of errors stating "invalid parameter list in > call". > Can anyone help? Only if you post the code, and tell us which Ada compiler you are using! On the other hand, this sounds like the Aonix compiler; try GNAT, because it gives MUCH better error messages in these cases. > > Oliver -- - Stephe