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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5800bd3879e0759a X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-04-20 04:52:38 PST Path: supernews.google.com!newsfeed.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news-was.dfn.de!news-koe1.dfn.de!news.rhrz.uni-bonn.de!RRZ.Uni-Koeln.DE!uni-duisburg.de!l1-hrz.uni-duisburg.de!sb463ba From: sb463ba@l1-hrz.uni-duisburg.de (Georg Bauhaus) Newsgroups: comp.lang.ada Subject: Re: Strings dynamic Date: Fri, 20 Apr 2001 11:52:38 +0000 (UTC) Organization: GMUGHDU Message-ID: <9bp7u5$82q$1@a1-hrz.uni-duisburg.de> References: <3AD4DB63.4136CD0A@worldnet.att.net> NNTP-Posting-Host: l1-hrz.uni-duisburg.de X-Trace: a1-hrz.uni-duisburg.de 987767558 8282 134.91.4.34 (20 Apr 2001 11:52:38 GMT) X-Complaints-To: usenet@news.uni-duisburg.de NNTP-Posting-Date: Fri, 20 Apr 2001 11:52:38 +0000 (UTC) X-Newsreader: TIN [version 1.2 PL2] Xref: supernews.google.com comp.lang.ada:7029 Date: 2001-04-20T11:52:38+00:00 List-Id: Ted Dennison (dennison@telepath.com) wrote: : >> i have a question for all the group...i am a new ada programmer.... : >> i came from c and i want to know how to make strings dynamic, with length : >> diffrentes... Thank you very much Just in case you want different length constant strings, you will find many examples in the archives of comp.lang.ada, plus in several good old Ada text books. : Of course one of the things one should learn about Ada is that most of the time : strings *don't* need to be dynamic, they just need to be sized to match their : contents. That's different, and usually doesn't require a package to accomplish.