mIRC Homepage
Posted By: Buggs2008 Need Your Help - 03/11/08 10:25 PM
Hello,

I can't seem to get this alias to read the section [info] in the ini file.

Code:

alias test1 {
  var %f = $+($scriptdir,ipinfo.ini)
  var %x = $ini(%f,0), %i = 1
  while (%i <= %x) { 
    echo -a $readini(%f,info,%i)

    inc %i 
  }
}



Thanks for your help in advance,

Cheers,

Jay
Posted By: DJ_Sol Re: Need Your Help - 03/11/08 11:15 PM
$ini(%f,0) you are missing the section.

$ini(%f,info,0)
© mIRC Discussion Forums