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.2 required=5.0 tests=BAYES_00,HK_NAME_MR_MRS, 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,c8a853b515609781,start X-Google-Attributes: gid103376,public From: joke@haha.com (Mr Pinga) Subject: strings to floats/integers Date: 1998/08/26 Message-ID: <35e41033.9324314@200.223.0.87>#1/1 X-Deja-AN: 384922808 Content-Transfer-Encoding: 7bit Organization: Mr Pinga, Loose Unit Content-Type: text/plain; charset=us-ascii MIME-Version: 1.0 Reply-To: mr-pinga@geocities.com.figureitout Newsgroups: comp.lang.ada Date: 1998-08-26T00:00:00+00:00 List-Id: can anyone tell me how to convert a string to a float and/or integer?? i need to go from the form mystring := "123.4567" to the form myfloat := 123.4567 or mystring := "12345" to myinteger := 12345 please, I am getting quite desperate. I have looked all through the ADA95 reference manual, and looked all over the WWW but i cant find anything. The closest i have found is Unchecked_Conversion but it converts things to gibberish so mystring := "3" becomes myfloat := 0.0E000 etc etc any info greatly appreciated Jared ps. Please email me if possible because i dont have a proper usenet connection