LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to Exit FOR loop

Dear members,
I am struck up with FOR loop, please give me an idea how to do this,
I am reading an excel file, in that there are 5 columns i have some data in it , if i enter the data like this "FS40-01-x" as input it shd read that row fully, how to do this.
i attached my VI & file.
Thanks
sasi
0 Kudos
Message 1 of 2
(2,487 Views)

Sinse this text seems to be in first column, just index out that column, search 1 d  array for that string, find its index

now index out only that row

like this

Hope this helps

Message Edited by devchander on 02-16-2006 06:29 AM

Message 2 of 2
(2,479 Views)