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,1db5f5538715d789 X-Google-Attributes: gid103376,public From: "Marin D. Condic" Subject: Re: integer'image Date: 2000/04/18 Message-ID: <38FC81C4.40BEC60B@quadruscorp.com>#1/1 X-Deja-AN: 612661951 Content-Transfer-Encoding: 7bit References: <29IK4.5459$sB3.3596@news.indigo.ie> <8dflqg$8m1$1@nnrp1.deja.com> Organization: Quadrus Corporation X-Sender: "Marin D. Condic" (Unverified) X-Server-Date: 18 Apr 2000 12:41:58 GMT Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 2000-04-18T12:41:58+00:00 List-Id: Ted Dennison wrote: > There are several ways to save your string image. One is to initialize a > constant (or variable) with the string itself, eg: > One solution you did not mention, but which is my usual fix for assignment of strings is using the standard package Ada.Strings.Fixed. The answer would be some version of: Ada.Strings.Fixed.Move ( Source => Integer'Image (X), Target => Some_String) ; The cat can be skinned more than one way - which you use ends up a matter of personal preference. MDC -- ====================================================================== Marin David Condic - Quadrus Corporation - http://www.quadruscorp.com/ Send Replies To: m c o n d i c @ q u a d r u s c o r p . c o m Visit my web site at: http://www.mcondic.com/ "I'd trade it all for just a little more" -- Charles Montgomery Burns, [4F10] ======================================================================