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,5686059903e2fca X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-12-07 05:12:10 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed1.bredband.com!bredband!newsspool1.bredband.com!news1.bredband.com.POSTED!not-for-mail From: "Per Sandbergs" Newsgroups: comp.lang.ada References: <4f6087a5.0212030105.43712e2b@posting.google.com> <3DECC261.5651FD87@SPAMhp.com> <3DEE27C9.B7915D68@adaworks.com> Subject: Re: ada language X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: <0jmI9.16703$%2.432@news1.bredband.com> Date: Sat, 7 Dec 2002 14:02:09 +0100 NNTP-Posting-Host: 213.114.165.144 X-Complaints-To: news-abuse@bredband.com X-Trace: news1.bredband.com 1039266108 213.114.165.144 (Sat, 07 Dec 2002 14:01:48 CET) NNTP-Posting-Date: Sat, 07 Dec 2002 14:01:48 CET Organization: A customer of B2 Bredbandsbolaget (www.bredband.com) Xref: archiver1.google.com comp.lang.ada:31525 Date: 2002-12-07T14:02:09+01:00 List-Id: Well i would not be that vendor specific i wold reference the "Reference Manual." And the definition of string is the same regardless of compiler vendor packlage Standard is ... Type String is array(Positive range <>) of Character; ... end Standard; Also note that if a new type "MY_String is array(Poisitive range <>) of Character;" is declared it is a compleatly new type with its own set of operations. /Per Sandberg "Richard Riehle" wrote in message news:3DEE27C9.B7915D68@adaworks.com... > Charlie McCutcheon wrote: > > > From Compaq Ada's package STANDARD: > > Compaq Ada? Where did that come from? This > is new information. Is it Ada 95? Who wrote the > compiler? What platforms are supported? > > Richard Riehle >