Sharon_ Posted November 3, 2009 Report Share Posted November 3, 2009 (edited) Hi, I need this, because I am using VI scripting to assign Case structure values. I have only array values and I am forced to create an enum from the array(but this part without VI scripting). Thanks in advance.!!! Sharon Edited November 3, 2009 by Sharon_ Quote Link to comment
Ton Plomp Posted November 3, 2009 Report Share Posted November 3, 2009 Hi, (but this part without VI scripting). Depends on how you define scripting, but this toolkit has an example VI to create an enum from an array of strings. Ton Quote Link to comment
Grampa_of_Oliva_n_Eden Posted November 3, 2009 Report Share Posted November 3, 2009 Hi, ... I have only array values and I am forced to create an enum from the array(but this part without VI scripting). Thanks in advance.!!! Sharon At edit time you can just slam all of the strings into a Ring control and then replace the ring with an enum. The resulting enum will keep the strings from the ring. Ben Quote Link to comment
Guruthilak Posted November 11, 2009 Report Share Posted November 11, 2009 just slam all of the strings into a Ring control and then replace the ring with an enum. The resulting enum will keep the strings from the ring. Ben is right ! Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.