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,FROM_WORDY, INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,353ec4aa58e82326 X-Google-Attributes: gid103376,public From: "daniel gaudry" Subject: Re: String to Integer conversion? Date: 1998/07/31 Message-ID: <6pt4ka$lq9$1@platane.wanadoo.fr>#1/1 X-Deja-AN: 376757368 References: X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Organization: Wanadoo - (Client of French Internet Provider) Newsgroups: comp.lang.ada Date: 1998-07-31T00:00:00+00:00 List-Id: Yes there is one of the get statement can use a string as in parameter get(string=> your_string,=>item => your item,=> ..); the same thing does exist for float, enumerations ....