I have an enumerate variable, and I want to get the
"value" "string ?" index by an integer. Example,
I have a variable enumerate with A in the first entry,
B in the second entry, C in the third entry, and I want to be able to get the "value" C when I give 3.
How can I do this ?
Than.