Jeff Roberts wrote: > Does an enum take up memory ?
The declaration of that enum does not take up any memory, not. Using one takes up the same amount of (and placement of) memory as its base type. Brad -- Read my web log at http://www.quality.nu/dotnetguy/ You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.
