LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to delete pattern from array.

Hi

I have 1D array and i want to delete pattern "-"  attached and form new array without "-".

0 Kudos
Message 1 of 3
(1,893 Views)

Autoindex you array using a FOR loop, compare with [not equal "-"] and use a conditional output tunnel.

 

Do you need help with that?

0 Kudos
Message 2 of 3
(1,871 Views)

@altenbach wrote:

Autoindex you array using a FOR loop, compare with [not equal "-"] and use a conditional output tunnel.


Could look like this:

 

altenbach_0-1587800231848.png

 

Message 3 of 3
(1,868 Views)