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,cebf5cf473e617ff X-Google-Attributes: gid103376,public From: tmoran@bix.com (Tom Moran) Subject: Re: Naive question Date: 1998/09/19 Message-ID: <35df692b.17448021@SantaClara01.news.InterNex.Net>#1/1 X-Deja-AN: 392639409 References: <35DF1997.3CB29CD6@tech.swh.lv> Organization: InterNex Information Services 1-800-595-3333 Newsgroups: comp.lang.ada Date: 1998-09-19T00:00:00+00:00 List-Id: >How to assign value to integer like in C: int i = 'm';? Do you mean i : integer := Character'Pos('m'); Or is there some other thing you might mean by the integer value of a letter of the alphabet?