From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

ListBox Row Choose Problem

Hello Eveyone,

 

I've a list box that contains some options to be chosen whin clicked and stored in an array. Till now it is a simple task to be finished.

 

I need any of these options to be choosed only one time and to be stored only for one time.

 

My problem is that when i choose any of these items more that one time, It is directly stored in the array the same numbers it is clicked.

 

Can anyone help me with that issue ?

 

 

Thanks in advance.

0 Kudos
Message 1 of 2
(2,424 Views)

How you are updating the value from the list box to the array?. May be you need to check the array for the element which is already present or not. This should be simple. please post the code or a snippet for solution (Please post VI in 2011 version)

-----

The best solution is the one you find it by yourself
0 Kudos
Message 2 of 2
(2,337 Views)