01-03-2023 02:20 PM - edited 01-03-2023 02:22 PM
Hey everyone, I'm learning to work with Labview and I have to filter a 2d array made of two 1d arrays to get rid of the empty values, and the values can't be changed. My array has 2 columns and indefinite number of rows. when the first column is empty (carriage return and linefeed) the second column is actually empty (0 bytes). I've been trying many types of filters to get rid of these empty spots but none seem to work. Thanks!
Solved! Go to Solution.
01-03-2023 02:51 PM - edited 01-03-2023 02:52 PM
01-04-2023 06:54 AM
Works exactly like it should thanks!