Skip to main content
13-Aquamarine
January 7, 2021
Solved

Is it possible to automatically detect index of files in a nested array

  • January 7, 2021
  • 1 reply
  • 1492 views

First of all I would like to wish you all a successful, prosperous but especially healthy 2021. I also would like to thank all power users on this forum for all their helpful advice given during the last year.

I have a large file that contains two types of measurements. The difference between both measurements is the length of their header (10 rows versus 11 rows). I would like to define the index of the files containing 11 rows what would allow me to easily remove the ones I do not need.

I am using MC15 but till now I was not able to achieve my goal. I am even not sure whether this is possible. If it is not possible are there other ways to achieve what I want? For illustration purposes I have added a small file that hopefully will clarify the matter.

All input is highly appreciated!

Best answer by Werner_E

Would this do the job?

Werner_E_0-1610003355147.png

 

 

1 reply

Werner_E25-Diamond IAnswer
25-Diamond I
January 7, 2021

Would this do the job?

Werner_E_0-1610003355147.png

 

 

FDS13-AquamarineAuthor
13-Aquamarine
January 7, 2021

Dear Werner, that is exactly what I was looking for. Incredible how simple the solution was. Thank you.