- or download this
open a text file (tab delimited)
look for a name in the first column
get the row that has the name so i can do stuff to it.
- or download this
open a text file
while I read a line from the file
look for a name in the first column
if the name is what I want, do stuff to the row
end while
- or download this
# still pseudo-code here
open inputFile or die
...
}
}
close file