enum Symbols { CYCLIC_FORWARD, CYCLIC_BACKWARD, CYCLIC_LEFT, etc }; How could I map this into an array? (or vice-versa) must I use a switch statement, or an enum -> string mapping array?