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=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,95971bf29a745ff4 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-02-14 11:54:47 PST From: "Yates" References: Subject: Re: Package instance??? Date: Thu, 14 Feb 2002 10:09:24 -0500 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: <#xUVimWtBHA.212@cpimsnntpa03> Newsgroups: comp.lang.ada NNTP-Posting-Host: 63.141.33.142 Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.cwix.com!feed.news.msn.com!cpimsnntpa03.news.msn.com Xref: archiver1.google.com comp.lang.ada:20020 Date: 2002-02-14T10:09:24-05:00 List-Id: Thanks to all of you. Yates "Yates" wrote in message news:OvBYEeMtBHA.1400@cpimsnntpa03... > I am new to Ada. I'd like to know if it is possible to create multiple > instances of a package. For example, if I have a package 'My_Package', can > I do something like: > > p1 : My_Package := new My_Package > p2 : My_Package := new My_Package > ..... > > I tried this and didn't work. Is there other ways to do it? > > Thanks > > Yates > >