Having probs getting to grips with enum types, specifically how to output an enum. When I write to disk or screen an enum type, it outputs the index number, not the name. I have tried making my methods return enum types and int, neither works.

What is the trick???