Hello,
i have an ini file
Code:
settings.ini
[options]
user1=bla|bla|bla|on
blah=bla|blabla|bla|off
...

possible change only the last section of the <value> ?? only the (on or off) cool
Code:
$gettok($readini($mircdirsettings.ini, options, user1),4,124)

with writeini i can change only the complete <value> frown
someone basic idea smile


bye