LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

array of string and array of numbers

Why am i not getting an array of numbers form this array of strings?

0 Kudos
Message 1 of 4
(2,503 Views)

Your strings are very dirty and contain many \00 at the beginning and between all characters. You need to clean them up first.

 

( set display to \-codes to see).

 

Where do these strings come from?

0 Kudos
Message 2 of 4
(2,492 Views)

Here's a quick attempt at a crude workaround. See if it works for you....

 

Download All
0 Kudos
Message 3 of 4
(2,480 Views)

Thanks, this came from some RF/EMC measurments.

Thanks for the solution.

0 Kudos
Message 4 of 4
(2,448 Views)