Hi to all!
I've a "little" problem grin i try to explain (sorry for my english...)

inside my file "somefile.ini" i've something like this:

[section]
1=some
2=thing
3=to
4=erase

when i use /remini somefile.ini section 2, the content of file result like this:

[section]
1=some
3=to
4=erase

how i can obtain this result?:

[section]
1=some
2=to
3=erase

thanks in advance!