mIRC Homepage
Posted By: Sl1pkn0t help with writeini :) - 14/12/02 04:36 AM
Okay im trying to write to a ini file and im using this
-
Code:
inc %n1ck $+ [ [ $nick ] ]

[Writeini part]
-
Code:
writeini time.ini $nick start_ctime $+ [ [ %n1ck $+ [ [ $nick ] ] $ctime

-
What i want to do is include the %n1ck<nick name> to the section im writing to but its not working i think i got the evol thingys wrong can someone fix it for me thanks
smile
Posted By: Hammer Re: help with writeini :) - 14/12/02 04:51 AM
Code:

  inc $+(%n1ck,$nick)

and
Code:

  writeini time.ini $nick $+(start_ctime,$eval($+(%,n1ck,$nick),2)) $ctime
Posted By: Sl1pkn0t Re: help with writeini :) - 14/12/02 05:00 AM
Both of those dont work frown
Posted By: Hammer Re: help with writeini :) - 14/12/02 05:37 AM
Code:

  inc $+(%,n1ck,$nick)

Sorry, forgot a comma. I included it in the writeini, which obviously isn't getting updated correctly.
© mIRC Discussion Forums