11-05-2007 03:57 PM
11-06-2007 02:31 AM
Hi WEvans,
this forum is dedicated to CVI: you will get better and quicker respenses in the LabVIEW forum. Anyway, in my opinion you should post-process your strings [ ] array after the while loop and before passing it back to the combo box to remove duplicated elements (you could for example sort the array and then scan it in a for loop or a while loop to search for consecutive identical elements and remove one of them).
11-10-2007 03:32 PM