Hi, I have an xml file I would like to edit. The function I'm looking for is to increase a number in the code... And I would like the number to increase by adding 1 every time the script runs. For example: -------------------------- <code in here: v="14">    <some more code> <end of code> -------------------------- The number 14 should be 15 after the script is run... Then 16, and so on...   What I have so far: $szFile = "C:\Service\Custom.xml" $szText = Fil