04-25-2020 01:47 AM
Hi
I have 1D array and i want to delete pattern "-" attached and form new array without "-".
04-25-2020 02:32 AM
Autoindex you array using a FOR loop, compare with [not equal "-"] and use a conditional output tunnel.
Do you need help with that?
04-25-2020 02:37 AM
@altenbach wrote:
Autoindex you array using a FOR loop, compare with [not equal "-"] and use a conditional output tunnel.
Could look like this: