Hi,
Ok, we implemented the feature.
Please download the latest version of the program:
http://www.abacre.com/download/afrexe.zip
This is only updated EXE file. You need to extract executable file from
zip archive into folder where the program is installed. So you will
replace old executable file by this new one.
Start the program. In main menu Action - Options - Batch replace:
check ON modifier E (which means evaluate text in <>).
Then go to Batch replace tab of the main window
and put into
Search for:
(\w+) ; Serial number
Replace with:
<$1+1>; Serial number
That's all. I verified and it perfectly works.
Note that if you are sure that the line starts with serial number then
you may use ^ before the regular expression. ^ means start of the
line. So in this case you should put ^(\w+) ; Serial number into
Search for field.
Tell me does it work now?