BoF while (! At_EoF) { Search("RH", NOERR+ERRBREAK) #103=CP Search(" ", NOERR+ERRBREAK) Reg_Copy_Block(103, #103, CP) if (File_Exist("|@(103)")) { // check files // BoL #104=Match("RH")!=0 Ins_Text(" ", OVERWRITE*#104) } else { BoL #104=Match("RH")!=0 Ins_Text("x ", OVERWRITE*#104) } Line(1, NOERR) } BoF