Enumerated types ?

BlitzMax Forums/BlitzMax Beginners Area/Enumerated types ?

GregBUG(Posted 2005) [#1]
is possible in BlitzMax ?


FlameDuck(Posted 2005) [#2]
Not automagically (to the best of my knowledge).

But you can use a TypeSafe Enumerator pattern if you wish to do it "manually".


GregBUG(Posted 2005) [#3]
"TypeSafe Enumerator Pattern"
how?

thanks.