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,8bb44fc57f6db2f2 X-Google-Attributes: gid103376,public From: Robert Dewar Subject: Re: Number into String Date: 2000/01/06 Message-ID: <8527sm$qk1$1@nnrp1.deja.com>#1/1 X-Deja-AN: 568994858 References: <8517up$t0m$1@green.kreonet.re.kr> <851a0e$tp7$1@green.kreonet.re.kr> X-Http-Proxy: 1.0 x28.deja.com:80 (Squid/1.1.22) for client 205.232.38.14 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Thu Jan 06 14:12:49 2000 GMT X-MyDeja-Info: XMYDJUIDrobert_dewar Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.61 [en] (OS/2; I) Date: 2000-01-06T00:00:00+00:00 List-Id: In article <851a0e$tp7$1@green.kreonet.re.kr>, "Jeong, Lae Hyung" wrote: > I've found !! > > S : String := Integer'Image(NUM); Good for you (finding this on your own :-). This is by the way very much an FAQ. Someone the attributes don't show up on the radar screen as clearly as one would hope, given how important they are :-) Now one more thing is that you probably want to learn is: S : constant String := Integer'Image (NUM); Unless you really intend to modify S, the constant should always be there. In general ALWAYS add the constant keyword to any object declaration to which it can be applied. Sent via Deja.com http://www.deja.com/ Before you buy.