D
Dale Carlson
The OR and AND functions only give TRUE or FALSE results.
Is there any way to OR or AND one number with another to
give a numeric result. For example, 0x64 AND 0x5F to
yield 0x44 (creates lower case from upper) or conversely,
0x44 OR 0x20 to yield 0x64 (creates upper case from
lower). Thanks for any help you can give me.
Is there any way to OR or AND one number with another to
give a numeric result. For example, 0x64 AND 0x5F to
yield 0x44 (creates lower case from upper) or conversely,
0x44 OR 0x20 to yield 0x64 (creates upper case from
lower). Thanks for any help you can give me.