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,5c709276a96171f1,start X-Google-Attributes: gid103376,public From: noam@interspective.nl (Noam Kloos) Subject: newbie question: String to Integer conversion Date: 1999/12/09 Message-ID: #1/1 X-Deja-AN: 558747389 Organization: Interspective Reply-To: noam@interspective.nl Newsgroups: comp.lang.ada Date: 1999-12-09T00:00:00+00:00 List-Id: Hello, I tried to make a program and it worked. However I also tried to use Ada.Command_Line package. My argument must be an integer, but Ada.Command_Line passes a String. I do not know how to convert a string into an Integer. Tried to look through the adainclude directory but came up with nothing. I am using an i386 redhat 6.0 gnat-3.12 ada compiler. My recusive program can be found as a zipfile at www.bigfoot.com/~nkloos/ada.htm Greetings and hopefully Thanks for giving me the solution.. Noam Kloos.