I have a program that basically goes out, grabs info from
a few different files, then creates a flat file.
What I need to do, is test for a duplicate "field string",
and append a character to it, before the program actually
prints the file..
eg:
string = aaa.bb.c 0/0 17 .01888877773
duplicate string = aaa.bb.c 12/12 17 .01888877773
what I need to do is append the character to the 1st. field.
How?