I'm trying to extract values from a list-box. When I have empty strings in the list-box my output number array shows zeros(I mainly have this problem for the last rows). I would like to go through thte string array and then check for empty strings. If the string is empty it should not convert it to a nuber i.e. zero but go to the next row. Result: My numeric array will have values only when that row is actually entered in te list box.
I have attached the screen shot of the sample subVI. Any help will be greatly appreciated.