Hi,
I'm quite new to Labview and i have this problem with a wired listbox.
- 2 listboxes
- add and remove buttons
First listbox has the users and i want to add the users to the other listbox (i.e. users in a project).
I've got the adding and removing to work somehow. Now the problem is that there is also "empty" strings that interfere with the adding and removing. So i can add "unlimited" empty strings when i remove or add users. I've tried to disable the "function" whenever an empty string is added, but with no good results.