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=2.1 required=5.0 tests=BAYES_20,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,start X-Google-Attributes: gid103376,public From: oliver white Subject: text files and variables Date: 1997/05/24 Message-ID: <3386B004.32AE@opera.iinet.net.au>#1/1 X-Deja-AN: 243574489 Organization: iiNet Technologies Pty Ltd Reply-To: ojw@opera.iinet.net.au Newsgroups: comp.lang.ada Date: 1997-05-24T00:00:00+00:00 List-Id: 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? Oliver