mIRC Home    About    Download    Register    News    Help

Print Thread
#58778 02/11/03 06:53 AM
Joined: Feb 2003
Posts: 31
S
Syperus Offline OP
Ameglian cow
OP Offline
Ameglian cow
S
Joined: Feb 2003
Posts: 31
Im having a small problem loading a file into a dialog. I made a dialog to view logs with and am trying to get the text in the log file to load into the dialog list.

<code>
if ($did == 3) && (%current.log != $null) {
loadbuf -o $did(logview,2) %current.log $+ .log

</code>
I get the error: /loadbuf: invalid window (line 24, logs.mrc)

Any ideas? Thanks

#58779 02/11/03 11:30 AM
Joined: Dec 2002
Posts: 1,922
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,922
Try: /loadbuf -o logview 2 %current.log $+ .log

#58780 02/11/03 05:09 PM
Joined: Feb 2003
Posts: 31
S
Syperus Offline OP
Ameglian cow
OP Offline
Ameglian cow
S
Joined: Feb 2003
Posts: 31
lol go figure..thanks man


Link Copied to Clipboard