replace in a specified open file but not all open files

replace in a specified open file but not all open files

1
NewbieNewbie
1

    0:53 - Aug 30#1

    I'm looking for ideas for regexs that will do the replacements in a specified open file but not all open files.  I have a file of changes (e.g. file R) that I need to do on text file but I don't want those changes made on file R while I have both files open.

    6,672577
    Grand MasterGrand Master
    6,672577

      5:10 - Aug 30#2

      There can be written a small UltraEdit script which first loads the replaces in opened file R into memory as an array of strings, closes the file R and runs now one replace after the other on all opened files or just the single opened file remaining now.

      Some (not all) examples:
      Best regards from an UC/UE/UES for Windows user from Austria

      19376
      MasterMaster
      19376

        5:47 - Aug 30#3

        Or simply set the file R as Read Only ;)