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.5 required=5.0 tests=BAYES_00,FREEMAIL_FROM, FREEMAIL_REPLYTO_END_DIGIT,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,8d182ecfa9220b7d,start X-Google-Attributes: gid103376,public From: Richard Pearce Subject: Global Varibles!! Date: 1997/02/19 Message-ID: <330B6914.22CD@hotmail.com>#1/1 X-Deja-AN: 219917072 Content-Type: text/plain; charset=us-ascii Organization: University of Brighton Mime-Version: 1.0 Reply-To: rp71@hotmail.com Newsgroups: comp.lang.ada X-Mailer: Mozilla 3.01Gold (Win95; I) Date: 1997-02-19T00:00:00+00:00 List-Id: Hello!! I've jsut written a procedure which sets a value to a varible, and I can't seen to keep the value for use in another procedure. I know it has to be global but I don't know how to set a variable as global in ada95. Can anyone please help me by telling me how to set a varible as global. Many thanks.