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,5815493d721e0922,start X-Google-Attributes: gid103376,public From: "Kai Glsner" Subject: Using command-line arguments Date: 2000/04/10 Message-ID: <8crv0s$e58$1@news.sns-felb.debis.de>#1/1 X-Deja-AN: 608998674 X-Forwarded: by - (DeleGate/5.9.12) X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 X-Complaints-To: news@sns-felb.debis.de X-Trace: news.sns-felb.debis.de 955350876 14504 53.122.2.34 (10 Apr 2000 07:14:36 GMT) Organization: InterNetNews debis Systemhaus NNTP-Posting-Date: 10 Apr 2000 07:14:36 GMT Newsgroups: comp.lang.ada Date: 2000-04-10T07:14:36+00:00 List-Id: Hello Community, I have a question concerning the usage of command-line arguments in Ada. For the start I try to give my main-routine two integer-values using Ada.Command_Line.Argument (). But this function gives back a string... How can I deal with strings (or options), integers and floats as command-line arguments Thanks in advance for the answer. Kai Glaesner