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.3 required=5.0 tests=BAYES_00,INVALID_MSGID,XPRIO autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ee5fe10168979a38,start X-Google-Attributes: gid103376,public From: "joe Tsai" Subject: Question regarding package Date: 2000/03/26 Message-ID: <%JDD4.10$p52.1521@news.pacbell.net>#1/1 X-Deja-AN: 602848270 X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 X-Complaints-To: abuse@pacbell.net X-Trace: news.pacbell.net 954140667 216.103.104.54 (Sun, 26 Mar 2000 23:04:27 PST) Organization: SBC Internet Services X-MSMail-Priority: Normal NNTP-Posting-Date: Sun, 26 Mar 2000 23:04:27 PST Newsgroups: comp.lang.ada Date: 2000-03-26T00:00:00+00:00 List-Id: Hi, I have a newbie question. for example if I wrote generic package call Gen_List. I can use it with the following ways, package Stuff is newGen_List(Integer); use Stuff; the question is that if I can assign a package as type? type thing is ..... Thanks Joe