02-09-2010 01:36 PM
Hello All,
I have taken a Single-column list box and have enable the multiple selection property of the listbox.
In fact, i want to find out the values of the multiple rows selected in the listbox. But, i couldn't found any of the property of this listbox that can indicate the index or value of the multiple lines that are selected.
Can anybody help me to resolve this issue? What is the approach i can take to find out the multiple rows selected in the listbox?
Regards,
Nishant
02-09-2010 01:43 PM - edited 02-09-2010 01:44 PM
The indicator is a 1D I32 array that contains the indexes of the selected rows. Have you looked at it? Don't know why you would want to use a property node but the Values property would return exactly the same thing.

02-09-2010 01:55 PM
Nishant wrote:Hello All,
I have taken a Single-column list box and have enable the multiple selection property of the listbox.
In fact, i want to find out the values of the multiple rows selected in the listbox. But, i couldn't found any of the property of this listbox that can indicate the index or value of the multiple lines that are selected.
Can anybody help me to resolve this issue? What is the approach i can take to find out the multiple rows selected in the listbox?
Regards,
Nishant
Here is an example where the value is read from a property node.
the Value becomes an array when you elect a selection mode that allows multiple selections. (and thats the reason you can't write Selection mode while the VI is running
02-09-2010 02:03 PM
Hello Dennis.
First of all thanks very mcuh for the response but i am not sure whether it will work this way.
The indicator does not show the index of the selected rows.
Sorry to ask you but can you please provide me a .VI in which you have created this?
Looking forward to your prompt and positive reply.
Regards,
Nishant
02-09-2010 02:12 PM
02-10-2010 08:56 AM