You can pass the array through a for loop and use the index of the for 
loop for the position.

ASCologne wrote:
> Hallo,
> 
> I have a large 1D-array. I want to search a certain number in it and
> save the positions into a new array.
> 
> F.E.: Array 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9
> 0 1 2 3 4 5 6 7 8 9 0
> 
> To be found is "3". The array I need would be 3 13 23 33.
> 
> I know how to search in an array but my problem is saving the
> positions into the array.
> 
> How can I do that?
> 
> Arno
> 
> PS: Please send back a VI which can be sarted under LabVIEW 6.1.


Reply via email to