I'm not sure exactly what you are doing, but just want to point out that rplc will do several replaces at once:
'abcdef' rplc 'a';'XY';'de';'DE' XYbcDEf On Thursday, May 06, 2010 07:24 AM, Alex Rufon wrote: > Hi Devon, > > I've been having some trouble using rplc without an explicit loop and your > code here is juicy. :) > >> body=. ;(<xmlUser) rplc&.> <"1 ,"2 dummies,."(_ 1)rawdata > > Thanks! > > r/Alex ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
