I hava txt/INI file and want to add something like this:
[Area.xxx] <- xxx= the user specific numbers
Title=Name
Local=%AppFolder%\\MyFolder
Option1=
Option2=TRUE
Option3=FALSE
Order=50 <- 50= user specific numbers
so how can I simply add this into my file?
and let the [Area.xxx] be the latest.. let say if I have in my own file:
[Area.010]
blabla..
[Area.011]
blabla..
[Area.012]
blabla..
blabla..
I want the script to my it self pick [Area.013] to that I want to add.
/reed


