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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5dd0ea71e6c0e2b1,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1995-02-24 07:04:51 PST Path: nntp.gmd.de!stern.fokus.gmd.de!ceres.fokus.gmd.de!zib-berlin.de!uni-duisburg.de!RRZ.Uni-Koeln.DE!news.dfn.de!Germany.EU.net!EU.net!howland.reston.ans.net!lamarck.sura.net!darwin.sura.net!wvnvms!marshall.wvnet.edu!mcclaug1 Newsgroups: comp.lang.ada Subject: Need help:Convert Number String to Integers? Message-ID: <1995Feb24.110451.5065@muvms6> From: mcclaug1@muvms6.wvnet.edu Date: 24 Feb 95 11:04:51 EDT Organization: Marshall University Date: 1995-02-24T11:04:51-04:00 List-Id: Hi, Can someone help me here. I have no clue if ADA may have a defined call that will take a string and convert it to digits. For example: I need to convert this string like '144323433' from ASCII numbers into integer values so it is then 144323433 and not of character. Can someone please help me with this, or give me a little code that will show me how to convert? Much appreciated! Thanks.. Steven