I am workiing on a project that replaces some parts nof a string with new parts. Istr work great for replacement of the first appearence of the string to be replaced, but I need something that well find a second occerance in a line. I uswe line input to read one line at a time and Instr to find the string to replace, but it only finds the first occerance.
any body got any ideas?