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,8c884f53e90ed998,start X-Google-Attributes: gid103376,public From: Joel Rudy Subject: Bitwise "OR" for ada Date: 1997/01/09 Message-ID: #1/1 X-Deja-AN: 208917595 organization: George Mason University, Fairfax, Virginia, USA content-type: TEXT/PLAIN; charset=US-ASCII mime-version: 1.0 newsgroups: comp.lang.ada Date: 1997-01-09T00:00:00+00:00 List-Id: Is there any way to do a bitwise or operation on strings in Ada 83? For example => clean_String := "AAA"; template := "LLL"; result := clean_string or template; Then result would equal "MMM". I know that or will give you a set, so the real result would equal "AL". I am more interested in the bitwise or, not the or that is provided with Ada. Thanks for your help. Joel Rudy PS -- please respond to the group or to me personally at joel.rudy@comm.hq.af.mil.