LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how

can i count a number of variables i mean all the line before the first NCOUNT=8062, and extract every values of variable in array, when i find the first NCOUNT=8062 I extract values in table, after i do the same to the next NCOUNT......... to end the fileexample:
TIMET 0 1 0 1 1 0 36
i want read variable: timet, 0, 1 ,1, 0 to every variable ex: timet put the values read in a array
0 Kudos
Message 1 of 2
(2,538 Views)
can i count a number of variables i mean all the line before the first NCOUNT=8062, and extract every values of variable in array, when i find the first NCOUNT=8062 I extract values in table, after i do the same to the next NCOUNT......... to end the fileI'm not terribly clear on what exactly you are wanting to do, but I may be able to help. If each line has the same format (string, numeric, numeric, numeric, numeric, numeric, numeric, numeric) then you can use the Scan from String.vi to extract this from each line you read out of a file. I hope this helps. If that's not what you're looking for, please let me know.
J.R. Allen
0 Kudos
Message 2 of 2
(2,538 Views)