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=3.8 required=5.0 tests=BAYES_00,FREEMAIL_FROM, INVALID_MSGID,RATWARE_MS_HASH,RATWARE_OUTLOOK_NONAME autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e611d1d83b122a28,start X-Google-Attributes: gid103376,public From: "Jamie" Subject: incrementing characters Date: 1998/07/08 Message-ID: <01bdaa89$e1084920$0a39a8c2@default>#1/1 X-Deja-AN: 369577193 Organization: Virgin News Service Newsgroups: comp.lang.ada Date: 1998-07-08T00:00:00+00:00 List-Id: Hi, I'm new to Ada and would like a small problem solved if possible, how can I increment the value of a character? If you know what I mean - if character FIRST has the value 'A' how can I increment it so that its value is now 'B' ? I'm looking to do something like this, character := character + offset where offset is a constant integer. Can anyone help??????? Cheers, Jamie. j.couston@virgin.net