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, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ace7fe7a8b92a3bc,start X-Google-Attributes: gid103376,public From: ebresie@usa.net Subject: Bounded_String examples/help Date: 2000/04/07 Message-ID: <8cl557$257$1@nnrp1.deja.com>#1/1 X-Deja-AN: 607944628 X-Http-Proxy: 1.0 x24.deja.com:80 (Squid/1.1.22) for client 129.116.136.159, 129.116.226.162 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Fri Apr 07 17:16:37 2000 GMT X-MyDeja-Info: XMYDJUIDebresie Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.7 [en] (WinNT; U) Date: 2000-04-07T00:00:00+00:00 List-Id: I am in a situation where it seems a Bounded String would be appropriately used. I am wondering if anyone has any examples of a Bounded String? I am trying something along the lines of with Ada.Strings.Bounded; Use Ada.Strings.Bounded; package Fred is Message_Max : constant Integer := 1000; type Message is new Bounded_String( Message_Max); . Sent via Deja.com http://www.deja.com/ Before you buy.