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,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,34ed393138557f01,start X-Google-Attributes: gid103376,public Path: g2news1.google.com!news2.google.com!proxad.net!feeder2-1.proxad.net!news6-e.free.fr!not-for-mail From: "PG" Newsgroups: comp.lang.ada Subject: [Newbie] Amalgamate child units Date: Sat, 12 Jun 2004 11:40:07 +0200 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Message-ID: <40cacf5b$0$12749$636a15ce@news.free.fr> Organization: Guest of ProXad - France NNTP-Posting-Date: 12 Jun 2004 11:39:39 MEST NNTP-Posting-Host: 82.66.86.135 X-Trace: 1087033179 news6-e.free.fr 12749 82.66.86.135:3479 X-Complaints-To: abuse@proxad.net Xref: g2news1.google.com comp.lang.ada:1420 Date: 2004-06-12T11:39:39+02:00 List-Id: Hi, When I want import some child units, like: with A, A.B, A.B.B1, A.B.B2, A.C, A.C.C1... is it possible to write: with A.* or something else ? Thanks for your help. Patrick