Re: How do you delete a row from an array that has zeros in it?

2004-05-12 Thread fergusonhd
I figured it out thanks.



How do you delete a row from an array that has zeros in it?

2004-05-12 Thread fergusonhd
I am reading a file that contains an array of information. Some of the
rows might contain no information (zeros) and I want to programicaly
delete those row(s) from the array and then restore that information
to file. How is the best way to do this?