The <item> option when using writeini should be optional, and when doing so mirc automatically should add n0 n1 etc like in servers.ini. Often I don't want a specific item name.

All the nN should also be sorted automatically when removing and adding items.

The readini must also be modified to get this working. Readini shuld be able to incrementally read items inside a section and work in conjunction with loops. That way you can loop to a specific item you want to delete for example. There is probably a better way to do this. Anyway, it should be able to locate values without their specific itemname.