12-02-2008 07:28 AM
12-02-2008 07:46 AM - edited 12-02-2008 07:48 AM
C .DOT wrote:
How can I extract text from a ring control without using property nodes and case structure? Can Format into String (or some other string function) be used , somehow, for this purpose?
Quoting myslef from this thread "Menu Rings are just fancy numerics, Enums are probably what you want."
The bottom line is that that rings do not carry the strings with them in thier wires so there is no way to get at the string values unless you use a property node (that you ruled out in your Q).
Ben
PS I'd also recomend making the enum a type definition just to make life easier.
12-02-2008 07:51 AM
12-02-2008 08:40 AM
12-02-2008 09:05 AM