03-19-2010 03:10 AM
For an enum control or indicator I can use the "String[]" property together with Index Array to get the item text.
But for an enum constant, I don't know how to do it, however I have seen a solution some years ago, but I can't remember it.
Hoping that there is a skilled developer out there who is kind enough to help me.
Solved! Go to Solution.
03-19-2010 03:20 AM
Hi Lefi
Haven't had time to really look at it, but there's always a way round things if you can't find an elegant solution.
Jevon
03-19-2010 03:26 AM
Format Into String is your friend. You even don't need to set its format string input in this case.
03-19-2010 05:41 AM - edited 03-19-2010 05:42 AM
03-19-2010 08:13 AM
Thank you JB for your compact solution. This is probably what I saw some years ago.
And thanks to jcarmody for the tip on snippets. I'll definetly try that.