do a security bypass script...kinda like:
if (User == )
{
SecurityPerms(TRUE)
}
im not sure if those are the exact values the computer uses...but you should get the idea
User-defined enumeration types are most useful when a data type can take one of a small, discrete set of values, each of which have some meaning that is not a number. A favorite example in textbooks...