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=3.8 required=5.0 tests=BAYES_00,INVALID_MSGID, RATWARE_MS_HASH,RATWARE_OUTLOOK_NONAME autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7a15ffcec4cedcad X-Google-Attributes: gid103376,public From: "Bob Fletcher" Subject: Re: help: String Sets in ADA??? Date: 1998/09/25 Message-ID: <01bde895$08737f40$5330ea9e@UKP014459.logica.co.uk>#1/1 X-Deja-AN: 394748724 References: <360B9AFA.1F99D1CD@ios.chalmers.se> Organization: Logica UK Limited Newsgroups: comp.lang.ada Date: 1998-09-25T00:00:00+00:00 List-Id: It might be worth having a look at the standard library package Ada.Strings_Unbounded. This has an implementation of a string class that can be of any length, and can dynamically change over its lifetime. I don't know if there are any issues regarding run-time overheads when using it, but I don't imagine there would be. -- Bob Fletcher Consultant, Logica UK // All opinions are my own, not my employers' Arash Vahidi wrote in article <360B9AFA.1F99D1CD@ios.chalmers.se>... > Hi' everyone > > I'm an Ada-newbie and have a newbie question for you older guys : > How do you write a String-Set in adda without knowing the range of used > strings??