The Daily CLAD

Community Browser
cancel
Showing results for 
Search instead for 
Did you mean: 

Array Searching

SercoSteveB
Active Participant

What are the contents of 'Search Position Out' following execution of the VI?

Search 2D Array.png

The other case for the case structure used in the question is shown below:

case strucutre.JPG

a) A 1D Array containing {-1,-1}
b) A 1D Array containing {0,0}
c) A 1D Array containing {0,1}
d) A 1D Array containing {1,0}

Comments