LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Inserting and removing a finite selection of text into a list in a specific order?

Hi, I have list of 10 names. I need to be able to select them individually to active or not and input active ones into a list/array in the order I select them. I then need the name to dissapear from the list when I switch the name off. Each name is controlled by a boolean switch next to it. There are going to be a max of 20 names that can be inputed into the list using a switches. Names cannot appear twice because they ar either on or off. Thanks for any guidance on creating this list.
0 Kudos
Message 1 of 2
(2,459 Views)
Just adding to what I put above... I have solved the first part of the problem to input elements in a specific order into an array from switches (see attachment one). I am then going to make the switch invisible once pressed once so that the item is not repeated in the array. I will then have a second switch under it with which I can remove the item and make the first switch visible again. I am having issues with this bit, I have had a go (see second attachment) but it doesnt work, please help this has been driving me crazy for weeks...

thanks for any advice
Download All
0 Kudos
Message 2 of 2
(2,459 Views)