Replace all instances of a character at a specific location
Posted: Fri Aug 18, 2006 6:32 pm
I need to replace all instances of a character at a specific location on a line of text. For instance, I need to replace all instances of the 106th character in the line below with the same chacter followed by a newline (\n). I have tried recording a macro and copy/pasting into the search function, but the macro seems to remember the search terms, not replace them each time the macro runs.
Here's the line of text, in this case, I need to replace all instances of "\" but this could be any character, such as "~" or "+", etc.
ISA*00* *00* *ZZ*123456789012345*ZZ*098765432154321*060502*0830*U*00300*000001512*0*P*~\GS*PO*1234567489012345*098765432154321*060502*0830*1*X*003030\ST*850*0001\BEG*00*SA*22789149285**060502\DTM*002*060503\N9*ZZ*00\MSG*\N1*BY**91*49546MGR\N1*ST**91*49546MGR\N3*5700 28th St. SE\N4*Lincoln*NE*49546*USA\N1*BT**91*49546MGR\N3*5700 28th St. SE\N4*Lincoln*NE*49546*USA\PO1*1*3*CA*66.37**VN*00682*IN*00682*PD*Dixie Cups\PO4***CA\CTT*1*3\SE*16*0001\ST*850*0002\BEG*00*SA*22789416160**060502\DTM*002*060503\N9*ZZ*00\MSG*\N1*BY**91*48341CYM\N1*ST**91*48341CYM\N3*1234 5th ST\N4*Omaha*NE*48341*USA\N1*BT**91*48341CYM\N3*`123 4th St\N4*Omaha*NE*48341*USA\PO1*1*1*CA*26.99**VN*PC1234*IN*PC1234*PD*Cleaning Product\PO4***CA\PO1*2*1*CA*107.99**VN*134ZA*IN*134ZA*PD*Cloth Dust\PO4***CA\CTT*2*2\SE*18*0002\GE*2*1\IEA*1*000001512\
Here's the line of text, in this case, I need to replace all instances of "\" but this could be any character, such as "~" or "+", etc.
ISA*00* *00* *ZZ*123456789012345*ZZ*098765432154321*060502*0830*U*00300*000001512*0*P*~\GS*PO*1234567489012345*098765432154321*060502*0830*1*X*003030\ST*850*0001\BEG*00*SA*22789149285**060502\DTM*002*060503\N9*ZZ*00\MSG*\N1*BY**91*49546MGR\N1*ST**91*49546MGR\N3*5700 28th St. SE\N4*Lincoln*NE*49546*USA\N1*BT**91*49546MGR\N3*5700 28th St. SE\N4*Lincoln*NE*49546*USA\PO1*1*3*CA*66.37**VN*00682*IN*00682*PD*Dixie Cups\PO4***CA\CTT*1*3\SE*16*0001\ST*850*0002\BEG*00*SA*22789416160**060502\DTM*002*060503\N9*ZZ*00\MSG*\N1*BY**91*48341CYM\N1*ST**91*48341CYM\N3*1234 5th ST\N4*Omaha*NE*48341*USA\N1*BT**91*48341CYM\N3*`123 4th St\N4*Omaha*NE*48341*USA\PO1*1*1*CA*26.99**VN*PC1234*IN*PC1234*PD*Cleaning Product\PO4***CA\PO1*2*1*CA*107.99**VN*134ZA*IN*134ZA*PD*Cloth Dust\PO4***CA\CTT*2*2\SE*18*0002\GE*2*1\IEA*1*000001512\