mIRC Home    About    Download    Register    News    Help

Print Thread
#205042 10/10/08 01:52 PM
B
Buggs2008
Buggs2008
B
Hello,

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

Thanks in advance,

Cheers,

Jay


#205043 10/10/08 02:08 PM
Joined: Dec 2002
Posts: 1,997
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Dec 2002
Posts: 1,997

Check out the -o switch for the /savebuf command.

#205045 10/10/08 03:20 PM
B
Buggs2008
Buggs2008
B
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?

#205046 10/10/08 03:45 PM
B
Buggs2008
Buggs2008
B
Thank you for the advice,

I got it to work.

Code:
  savebuf  -eo $dname 1 " $+ %file $+ "

#205048 10/10/08 04:31 PM
Joined: Aug 2005
Posts: 1,052
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Aug 2005
Posts: 1,052
or savebuf -eo $dname 1 $qt(%file)


Link Copied to Clipboard