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=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c7932390dcbd43b7 X-Google-Attributes: gid103376,public From: Mats Weber Subject: Re: I'm Stumped ... Date: 1997/04/30 Message-ID: <3367523B.1264@elca-matrix.ch>#1/1 X-Deja-AN: 238436758 References: <33638FBE.715C@usa.net> <1997Apr30.092835.5931@news> Organization: ELCA Matrix SA Reply-To: Mats.Weber@elca-matrix.ch Newsgroups: comp.lang.ada Date: 1997-04-30T00:00:00+00:00 List-Id: Gautier wrote: > > > Could anyone point me in the direction of where > > I could find examples of code or at least explain > > a method to convert a string into an integer? > > (Text_IO.Integer_IO): Get & Put... It's certainly easier to user the inter type's 'Value and 'Image attributes for this.