Jump to content

I need help


Recommended Posts

It is called Search 1d Array for a reason.  It cannot search a 2D Array.  So now the question is: What do you expect for an output?  Do you want to prioritize search the row or the column?

  • Thanks 1
Link to comment

Yes I want to access all rows at the time

4 hours ago, crossrulz said:

It is called Search 1d Array for a reason.  It cannot search a 2D Array.  So now the question is: What do you expect for an output?  Do you want to prioritize search the row or the column?

 

Link to comment
1 hour ago, dead man said:

Yes I want to access all rows at the time

Mads' VI will give you the 'address' of your search value (row and column index values).  You can use those values with the "Index Array" function to return an entire row or column.

 

GetRowOrColumnFromIndices.png

Edited by Bryan
  • Thanks 1
Link to comment

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.