Hi Stephen,
You should check out Hal Helms' tutorial on this in his newsletter, a few
months back:
http://www.teamallaire.com/hal
Note that you can use these bit operations in more situations than just
security levels. Basically, you can use them anywhere that you would normally
use boolean/flag values. You store ALL of your flags in a single value, and
use efficient bitwise operations to handle them. It's a winner!!
Have fun,
Lee.
---------------------
Stephen Fernandez <[EMAIL PROTECTED]> wrote:
thanks adam, that looks pretty cool, i guess also as its using bit functions
this code should be faster than the other methods suggested?
are the values 1,2 and 4 significant? or can they be any values?
____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1
------------------------------------------------------------------------------
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebarRsts&bodyRsts/fusebox or send a message
to [EMAIL PROTECTED] with 'unsubscribe' in the body.