09-12-2021 10:30 PM
Dear All,
I am reading a test file and converting it into a string array. Now I want to find the index of certain element/s in the array. I have written up a small Vi that reads only the text element in the string array (let say there is an element "End" in the array, the vi reads all the End elements and giving me the indices. However when it comes to text and numeric elements , Vi is not returning anything). I am attaching the Vi and file for you to have a look. Let say I want find the index of 41th element in the string array which is "FrontLayer: fused-silica 92.222841". You help is greatly appreciated.
Solved! Go to Solution.
09-12-2021 11:50 PM
I managed to find the indices.