Enumerated types ?
BlitzMax Forums/BlitzMax Beginners Area/Enumerated types ?
| ||
| is possible in BlitzMax ? |
| ||
| Not automagically (to the best of my knowledge). But you can use a TypeSafe Enumerator pattern if you wish to do it "manually". |
| ||
| "TypeSafe Enumerator Pattern" how? thanks. |