well in that case i wont risk it :P
but heres another question... not to open ANOTHER INI thread :P
this alias gives me ini SECTIONS (only)
alias inisect {
; Syntax: /inisect inifile
if (!$isfile($1-)) .echo -a File doesn't exist. $+($chr(40),$1-,$chr(41))
var %i = 1
while ($ini($1-,%i) != $null) {
echo -a $v1
inc %i
}
}
but since i load this also into dialog LIST control
i am wondering is there a way on the fly during the LOAD or this loopcheck, to mirc SORT section names by alphabet, since i cant use $sorttok coz they are not separated by anything but new line
[sction1]
[section2]
...
?