that seems to work if there is no comment or note.
perhaps this would work better?
alias notify.export {
var %x = 1
var %file = $$1
echo -a Exporting the following nicknames:
while (%x <= $ini(mirc.ini,notify,0)) {
write %file $replace($gettok($readini(mirc.ini,notify,$ini(mirc.ini,notify,%x)),1,58),NOTE,$null)
echo -a $replace($gettok($readini(mirc.ini,notify,$ini(mirc.ini,notify,%x)),1,58),NOTE,$null)
inc %x
}
}
Last edited by Name141; 08/11/05 01:47 AM.