09-24-2015 03:32 PM
Hello,
I have this file I am trying to parse. It has alot of info header in it but I want only the data in it. the data is spaced out from the header by two empty lines. When I process it, I get a lot of empty strings in my array that I want to remove. Run my Vi and see what I am taling about.
I attached the file and vi as well.
09-24-2015 03:48 PM
You're going to need to iterate through each row to see if it's one you want to keep or not. Like this:
Cheers
--------, Unofficial Forum Rules and Guidelines ,--------
'--- >The shortest distance between two nodes is a straight wire> ---'
09-24-2015 04:11 PM
Ok, thanks for the reply.
I did get to that final point in your last array. but I guess I do want the header of that array to align. for example, Pred should be moved back to the empty string position and I wasnt able to do that. In other words, there shoudl not be an empty string between Time and Pred
09-24-2015 04:14 PM
Cheers
--------, Unofficial Forum Rules and Guidelines ,--------
'--- >The shortest distance between two nodes is a straight wire> ---'