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 autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,bc7fae210b5e1392 X-Google-Attributes: gid103376,public From: Ehud Lamm Subject: Re: how do i include 111111 in an enumaration type ? Date: 1999/10/12 Message-ID: #1/1 X-Deja-AN: 535736211 References: <7tsq3o$92p$1@minus.oleane.net> <38021792_4@news1.prserv.net> <7ttuvt$ssb$1@minus.oleane.net> <3802f4ee_3@news1.prserv.net> Content-Type: TEXT/PLAIN; charset=US-ASCII X-Complaints-To: usenet@news.huji.ac.il X-Trace: news.huji.ac.il 939718411 10172 132.64.178.45 (12 Oct 1999 08:53:31 GMT) Organization: The Hebrew University of Jerusalem Mime-Version: 1.0 NNTP-Posting-Date: 12 Oct 1999 08:53:31 GMT Newsgroups: comp.lang.ada Date: 1999-10-12T08:53:31+00:00 List-Id: |In article <7ttuvt$ssb$1@minus.oleane.net> , "Sybs ALHABSHI" | wrote: | |> Thanks for the hint. Yet I'll risk asking a ridiculous beginner's question : |> Can't I have ..sort of an array of strings ? | If I was a beginner, I'd learn to use the Ada.String packages. After that, yuo can think of the desing decsions yourself. Ddecide if your strings are going to be of fixed length (putting this in an array is of course obvious), bounded or unbounded. Each of these types can be used inside arrays etc. (You may find my into to Ada.Strings useful, it is accessable from my Ada page. I hope i this time, when I recommend it, it will not turn out that some of the links are suddenly dead...) Ehud Lamm mslamm@mscc.huji.ac.il http://purl.oclc.org/NET/ehudlamm <== My home on the web Check it out and subscribe to the E-List- for interesting essays and more!