05-26-2010 12:34 PM
I have a case structure in a state machine with a string input. Is there a way to retrieve the strings of all the case structure values?
For example, if the case structure has three states: "Init", "Run", "Shutdown". I would like to programmatically look at the case structure and return a string array with the three case values.
05-26-2010 12:37 PM
You will need scripting to get at the strings associated with each of the states of a case structure.
Now if it was an enum instead of string... that would be easy.
Ben
05-26-2010 12:42 PM