in reply to Search for dupe && append char if found

I forgot to add one additional part of the problem: how will the program know which string to modify?
  • Comment on RE: Search for dupe && append char if found

Replies are listed 'Best First'.
RE: RE: Search for dupe && append char if found
by Anonymous Monk on Aug 22, 2000 at 19:44 UTC
    Thanks! I'm going to test that this afternoon. What I meant by "..which string...", was: <CODE> string 1 = aaa.bb.c 0/0 17 12345 string 2 = aaa.bb.c 12/12 17 12345 Just wondering which string would contain the modified field. eg: "aaa.bb.c.d" <\CODE>