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,XPRIO autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8bb44fc57f6db2f2,start X-Google-Attributes: gid103376,public From: "Jeong, Lae Hyung" Subject: Number into String Date: 2000/01/06 Message-ID: <8517up$t0m$1@green.kreonet.re.kr>#1/1 X-Deja-AN: 568965696 X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.3825.400 Organization: System Engineering Research Institute (SERI) X-MSMail-Priority: Normal Newsgroups: comp.lang.ada Date: 2000-01-06T00:00:00+00:00 List-Id: NUM : Integer := 123; . . . How can I convert Integer_value NUM into String_value. Woud you help me with a simple code?.