LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Extracting elements from an array

Perhaps the built-in function "Delete From Array" is what you are looking for

"If you weren't supposed to push it, it wouldn't be a button."
0 Kudos
Message 11 of 12
(2,736 Views)

@NickAshida26 wrote:

Is there any other way to extract elements from array besides converting it to cluster then unbundle?

Because I do find it unconvenient if the element of the array is too big and if we were to do some kind of operations on the extracted elements.

 


This was a very old thread from 2009 and a solution already showed that converting to a cluster is incorrect. Index array is the right way. What is "the element of the array" and how big is it? How big is the array itself?

 

What is the meaning of "extract"? What kind of operations? None of your sentences make a lot of sense and are very ambiguous.

 

Please start a new thread and show us your code (or a simplified version) and tell us exactly what you have, what you want to do, and what result you are expecting.

Message 12 of 12
(2,718 Views)