Kubo Posted October 1, 2009 Report Share Posted October 1, 2009 Like most I am guessing, I am fairly new to this. I have tried to look at Arrays in the search menu and even tried doing video after video and I can't really find something that can help me out. So I figure I could ask the experts... How can I have the contents of a combo box (or something like a selection box) be updated by an 1-D string array? I know my vi is incorrect... I just wanted to throw it together to show what I am trying to do select path.vi Quote Link to comment
ShaunR Posted October 1, 2009 Report Share Posted October 1, 2009 Like most I am guessing, I am fairly new to this. I have tried to look at Arrays in the search menu and even tried doing video after video and I can't really find something that can help me out. So I figure I could ask the experts... How can I have the contents of a combo box (or something like a selection box) be updated by an 1-D string array? Use the "Strings[]" propety instead of the value. The value is the numeric index. Quote Link to comment
smenjoulet Posted October 1, 2009 Report Share Posted October 1, 2009 Use the "Strings[]" propety instead of the value. The value is the numeric index. And in addition to that I suspect you'll want to be using build path instead of the "Path to String" and "Concat strings" functions. Much easier. Quote Link to comment
Kubo Posted October 1, 2009 Author Report Share Posted October 1, 2009 That works perfect! Thanks 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.