Hello,
You find attached what i have done, As an input, i put a constant array analog to the file i'm working on.
I succeed to have the rows indexs by searching "NORMES" in the array , but for the columns indexs, i have as imputs a list box of the orders and the initial array, so when i have more than one order selected, i have to get the indexs of the columns where there are these orders.
for the example attached here, if i select order 1 and order 24 in the list box i must have a 2D array (line-column): { (5,0) ; (5,4) }, then have the values correspondant to these orders from this indexs array.
Thank you for your help.