02-06-2018 03:48 AM
Hello,
I have the following situation:
Normally, the case structure should offer named enum values for cases, but it doesn't. Can you tell what am I doing wrong?
I already tried with help of the type cast, coerce to type functions with no success.
Thank you!
Solved! Go to Solution.
02-06-2018 03:58 AM
Your Command private data is not a enum, it might be as ring or just a number.
02-06-2018 04:02 AM
Aha! you're right - it originally was and after changing it, the visual resemblance got me confused!
Thank you