I like to use the enumeration type for creating more
understandable and easily read code because I tend to
forget what I was doing 3 months down the road. The
enumeration type is so specific to this method it isn't
used any where else in the class nor is the enumeration
used by any other class. It would make the code appear
much clearer if I could do this. My question is not can I
do this. I realize I can't but why? This will give me a
better understanding of what is going on underneath the
covers.[color=blue]
>-----Original Message-----
>Thus spake developer1996:
>[color=green]
>> I guess the only way to
>> really define a type within a class is to define an[/color][/color]
inner[color=blue][color=green]
>> class and then define an enum type within the inner[/color][/color]
class.[color=blue]
>
>Why not just create the enum at the namespace level?
>
>--
>There are 10 kinds of people. Those who understand binary[/color]
and those who[color=blue]
>don't.
>
>
http://code.acadx.com
>
>
>.
>[/color]