A few questions here. Let's suppose I have a text file named test.txt. In that text file I have the following:
-------------
[Accounts]
Total = 2

Test=Test1
Test2=Test3
-------------
I know how to add text to the text files but what I would like to do is each time the user adds some text to the text file, I would like the "Total" to increase by 1. So if they add 2 more to the above text, the Total would increase to 4. Does that make sence? Thank you in advance.

- Ilya