08-19-2019 06:44 AM
Hi! I have a question about how to use the Array!
When I first run, I want to select and show the entire data to the array, and then the user will search and show the selected data!
Is there any way you can combine the two arrays in the picture?
Solved! Go to Solution.
08-19-2019 06:57 AM
Hi adavb,
Is there any way you can combine the two arrays in the picture?
Yes!
Wire the "array" data through the event structure and place the "array" indidcator after the event structure. Now you can use a TimeOut event case to show "first" data, and you can replace the array data inside the "Search" event case…
(This is basic DATAFLOW programming!)
08-19-2019 07:14 AM
Sorry.. GerdW
plz Show me a Example...
08-19-2019 07:20 AM - edited 08-19-2019 07:21 AM
08-19-2019 07:22 AM
Thanks!! My bro
Thanks you very much!!
감사합니다(thanks) GerdW
08-19-2019 08:55 AM
Hi guys!
I want to make each button in a red space.
Somebody help me.
08-19-2019 09:07 AM
08-19-2019 09:14 AM
Sorry, I thought I uploaded it.
08-19-2019 09:19 AM
Hi adavb,
basic LabVIEW knowledge: in an array all elements have the same datatype and share the same properties! You cannot mix strings with buttons in a string array!
You could create an array of clusters of [string, string, string, button]…
08-19-2019 09:24 AM
I have one more Question.
Is it possible to get the data from an array click?