Quote:
Originally Posted by ehha
Thanks 
But I don't understand why it worked, the items from enum should be the 2nd index for the double array, the index should be integer, right?
|
The tag of the enum values don't need to be float. The tag of the index would never alter to the tag of the variable. I already explained why you had tag mistach in your first code somehow I'm not sure whether you understood it or not.
You are saying the index should be an integer. I don't quite get what are you meaning with an integer. If you are meaning that the index can't be tagged you are wrong.
Quote:
Originally Posted by Arkshine
It works because the tag output was not a float and before posting something I test always. 
|
The output is always the tag the variable is and in this case float. I already said the tag of the index would never alter the tag of the variable.