hello!
I'm try to find a way to replace some numbers in .xml files!
Example: <Location top="5563" left="1192" bottom="5685" right="1244"/>
replace to: <Location top="5563" left="1192" bottom="5690" right="1249"/>
how to do it? thanks!
I'm try to find a way to replace some numbers in .xml files!
Example: <Location top="5563" left="1192" bottom="5685" right="1244"/>
replace to: <Location top="5563" left="1192" bottom="5690" right="1249"/>
how to do it? thanks!