mIRC Homepage
Posted By: Buggs2008 Listbox Question - 10/10/08 01:52 PM
Hello,

I need help with saving all items from a dialog listbox into a txt file.

Thanks in advance,

Cheers,

Jay

Posted By: RoCk Re: Listbox Question - 10/10/08 02:08 PM

Check out the -o switch for the /savebuf command.
Posted By: Buggs2008 Re: Listbox Question - 10/10/08 03:20 PM
Hello,

I tried the savebuf command, but im getting an invalid window error:

Code:
  var %file = $+($scriptdir,exports.txt)
savebuf -ao $did($dname,1) $+ %file 



Any ideas?
Posted By: Buggs2008 Re: Listbox Question - 10/10/08 03:45 PM
Thank you for the advice,

I got it to work.

Code:
  savebuf  -eo $dname 1 " $+ %file $+ "
Posted By: Lpfix5 Re: Listbox Question - 10/10/08 04:31 PM
or savebuf -eo $dname 1 $qt(%file)
© mIRC Discussion Forums