|
Author |
Message |
pdupr #1 / 2
|
 index enumerate variable
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.
|
Tue, 28 Jun 2005 14:06:55 GMT |
|
 |
Aderogb #2 / 2
|
 index enumerate variable
You can use String[] property node of the Enum with Search 1D Array function. The 1D array input will be your Enum string, then the value you want to search for will be wired to the element input.
|
Tue, 28 Jun 2005 14:31:46 GMT |
|
|
|