11-06-2008 04:00 PM
Thank you Dennis, it work perfect,
now how can i extract the information by row and column?
by example I need the information form row 34, column 2
11-06-2008 04:10 PM
As I said, you use the Index Array function. You wire up the row and column to get a single element. If you wire a value to just the row input, you will get a 1D array of the entire row. If you wire a value to just the column input, you will get a 1D array of the entire column.
This is one of the basic operations in LabVIEW. You might want to review your options for training.
11-06-2008 04:24 PM