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 autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,273f68be0dc28cef X-Google-Attributes: gid103376,public From: mfb@mbunix.mitre.org (Michael F Brenner) Subject: Re: String to Integer Date: 1997/07/17 Message-ID: <5qlrp4$3di@top.mitre.org>#1/1 X-Deja-AN: 257450723 References: <5qglt7$cba$1@news.fsu.edu> Organization: The MITRE Corporation, Bedford Mass. Newsgroups: comp.lang.ada Date: 1997-07-17T00:00:00+00:00 List-Id: To convert strings to integers manually, examine the following topics: finite state machines, loops, arrays, preconditions, +, *, and assignment. To convert automatically, examine the topics: image, value, pos, and unchecked conversion, and text_io.