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 autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.182.24.8 with SMTP id q8mr3614029obf.25.1412711916004; Tue, 07 Oct 2014 12:58:36 -0700 (PDT) X-Received: by 10.182.73.135 with SMTP id l7mr33873obv.15.1412711915810; Tue, 07 Oct 2014 12:58:35 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!feeder.erje.net!eu.feeder.erje.net!news2.arglkargh.de!news.glorb.com!h18no2877450igc.0!news-out.google.com!bc9ni17237igb.0!nntp.google.com!h18no2877444igc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 7 Oct 2014 12:58:35 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=130.113.46.8; posting-account=Lb5doAoAAAAWHET3z2_nBVbFSXaZQG1V NNTP-Posting-Host: 130.113.46.8 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <7c811e73-61e2-4c89-abb3-749d31461758@googlegroups.com> Subject: package body From: Stribor40 Injection-Date: Tue, 07 Oct 2014 19:58:35 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:22193 Date: 2014-10-07T12:58:35-07:00 List-Id: I have following.... package spec file package body which contains one function and one procedure and one global variable this global variable is array structure and function will save values into it... I would like to access this global variable(with its data) from client file. Is there anything wrong with doing g it this way and if there is better way to do this?