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,614f6d018cd52b0f X-Google-Attributes: gid103376,public From: "Robert C. Leif, Ph.D." Subject: RE: FIXED vs BOUNDED strings in Ada 95 Date: 2000/01/19 Message-ID: #1/1 X-Deja-AN: 575803651 Content-Transfer-Encoding: 7bit References: <20000119161944.5261.qmail@web207.mail.yahoo.com> To: X-Priority: 3 (Normal) Content-Type: text/plain; charset="iso-8859-1" X-MIMEOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 X-Complaints-To: usenet@enst.fr Importance: Normal X-Trace: menuisier.enst.fr 948348119 2383 137.194.161.2 (20 Jan 2000 06:01:59 GMT) Organization: ENST, France X-BeenThere: comp.lang.ada@ada.eu.org X-MSMail-Priority: Normal Mime-Version: 1.0 Reply-To: comp.lang.ada@ada.eu.org NNTP-Posting-Date: 20 Jan 2000 06:01:59 GMT Newsgroups: comp.lang.ada Date: 2000-01-20T06:01:59+00:00 List-Id: From: Robert C. Leif, Ph.D. To: MaryAnn Atkinson et al. Fixed strings contain a constant number of characters; the length of the string. Bounded strings contain a maximum number of characters. The actual number of characters is also available as a function. Thus a Line_Bounded_String could contain from 0 to 80 characters. Bounded strings are a very efficient and useful construct. -----Original Message----- From: MaryAnn Atkinson [mailto:maryann_30@yahoo.com] Sent: Wednesday, January 19, 2000 8:20 AM To: comp.lang.ada@ada.eu.org Subject: FIXED vs BOUNDED strings in Ada 95 Could someone please provide a paragraph or two explaining the difference between fixed and bounded strings? ... so far it seems like Ada's use of strings(all of them), is quite awkward. Oracle's PL/SQl which is structured after Ada, provided a much easier and way more functional way. MAA __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com