11-14-2013 04:35 PM
I have two input arrays and two output arrays. Need to refactor the input arrays to listbox or table.
How to
Thanks.
11-15-2013 08:02 AM
Here is an example that converts an array into a listbox. I would recommend starting here.
https://decibel.ni.com/content/docs/DOC-6603
11-15-2013 11:40 AM
I posted some sample code here that shows how you can move a numeric (or any other) control over a specific cell of a table indicator, and then hide the control and update the corresponding cell when the user enters a value. It might be a good starting point for what you want to do.