The attached VI generates a waveform based on cursor positions and generates a results array. However, I ONLY want the results array to contain POSITIVE value elements, I would like to discard the negative AND 0 element values. My case structure only replaces the negative values with zero. How do I disguard the negative values and not add them to the results array in the first place?