mIRC Homepage
Posted By: paper0rplastic readini on a timer - 21/05/15 07:44 PM
I was wondering if $!readini(blah) works like $!read(blah) so that it re-evaluates the read every time a timer fires. If not, how would I go about doing that?
Posted By: Wims Re: readini on a timer - 21/05/15 08:38 PM
Yes, the $!identifier construct work on any identifier and isn't reserved to timer, for example

Code:
echo -a the value of $!me is $me
Posted By: paper0rplastic Re: readini on a timer - 21/05/15 10:16 PM
Thank you smile I couldn't get the timer to read a new line from the ini file every time it fired, I realized I had to re-evaluate more than the just $readini on every fire. blush
© mIRC Discussion Forums