[AccessD] OT: Programming Logic

Joe Rojas JRojas at tnco-inc.com
Fri Feb 14 14:24:00 CST 2003


Hi All,

	I have seen in a couple of programs that use flags to set options
that work by giving a "binary" value, if you will, to each setting. For
example, the first setting has the value 1, the second 2, then 4,
8,16,32,64,etc. Then it will add up the values of the settings that have
been turned on. So if the 3rd, 5th, and 7th settings were turned on the
value would be 84 (4+16+64). The totaled value generated would be unique,
i.e. no two combinations of settings would produce the same totaled value.

	Here is the part that I get stumped on...how would one program a
function that would take a totaled value and "break it up" into the
individual values that made it up? For example, if given the value 84, it
would "break it up" as 4, 16, and 64.

Any ideas would be appreciated.

Thanks,
Joe Rojas





This electronic transmission is strictly confidential to TNCO, Inc. and
intended solely for the addressee. It may contain information which is
covered by legal, professional, or other privileges. If you are not the
intended addressee, or someone authorized by the intended addressee to
receive transmissions on behalf of the addressee, you must not retain,
disclose in any form, copy, or take any action in reliance on this
transmission. If you have received this transmission in error, please notify
the sender as soon as possible and destroy this message. While TNCO, Inc.
uses virus protection, the recipient should check this email and any
attachments for the presence of viruses. TNCO, Inc. accepts no liability for
any damage caused by any virus transmitted by this email.



More information about the AccessD mailing list