Page 2 of 2
Posted: Sun Mar 19, 2006 4:10 pm
by mdp
Genius
(Fr34k=)
Posted: Sun Mar 19, 2006 4:33 pm
by Killswitch
@mdp
That's a pretty good explination, this feature would be pretty nice Fred!
Re: Named Enumerations
Posted: Tue Jun 15, 2010 2:57 pm
by ebs
I know that this dates back over 4 years, but I think it would be a great idea.
I use named enumerations frequently in Visual Basic. They make it easier to assign only one of the
enumerated values to a variable. You can declare a variable to be of the enumeration "type" and then
the enumerated values pop up in the auto-complete suggestions (VB calls it "Intellisense").
You can even preface the enumerated value with the name of the enumeration to make it obvious
exactly what the variable type is.
There are certainly workarounds to achieve almost the same thing, but named enumerations would make it a lot easier.
Re: Named Enumerations
Posted: Mon Aug 23, 2010 10:11 pm
by Christian Uceda
I second this idea!