ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

delete from global array

hi, i was wonderiing if anyone can help me with global constants...
i have a set of array..
my array skip data on every other two data...
for instant.

element 0 = sn 441295
element 1 = no data
element 3 = sn 498989
element 4 - no data...

how can i delete from my array all the data that doesn't exist?
thanks


Best regards,
Krispiekream
0 Kudos
Message 1 of 7
(3,459 Views)
Message 2 of 7
(3,440 Views)
actually...
the other post is solved....
i used that method with global array and it is not the same?

Best regards,
Krispiekream
0 Kudos
Message 3 of 7
(3,428 Views)
What is not the same? The fact that you're using a global variable (which you can't tell from just a front panel), or that it's "every other two data"?
Message 4 of 7
(3,418 Views)
yeah..i want to delete from my global constants..
but i used the method i got from the other questions but it didnt work..
are they different?

Best regards,
Krispiekream
0 Kudos
Message 5 of 7
(3,415 Views)
The only difference between an array in a global variable and an array within an actual VI is where it comes from.  The actions are still the same.!
Message 6 of 7
(3,390 Views)
okay..thanks!

Best regards,
Krispiekream
0 Kudos
Message 7 of 7
(3,386 Views)