01-11-2018 11:59 PM
hi
i am using a combo box with 10 different values which is defined at the start and and i want to store only selected value at run time in an array of string . how can i achieve this ?
i have 10 fixed value and let say i select only 5 at run time so i only want the selected value in an array of string in sequence in which value are selected..
01-12-2018 02:04 AM
Hi shaun,
i have 10 fixed value and let say i select only 5 at run time so i only want the selected value in an array of string in sequence in which value are selected..
Everytime the user (or you) select an item in the combobox you store the corresponding string in an array.
What's the problem?
You know: when YOU have problems with YOUR vi then YOU should attach YOUR vi with YOUR message…
01-12-2018 04:11 AM - edited 01-12-2018 04:15 AM
how can you select multiple entries in a combo box?
my understanding is you cannot.
did you mean a listbox,
or did you mean whenever the user changes the value of the combobox you want the choosen value added to your string array?
01-13-2018 12:22 AM
i figured out another solution so thanks everyone 🙂
01-13-2018 01:58 AM - edited 01-13-2018 02:07 AM
HI,
Try this to add item strings to the combo box at run-time