mIRC Home    About    Download    Register    News    Help

Print Thread
#63808 12/12/03 03:01 PM
Joined: Dec 2003
Posts: 61
A
Aeron Offline OP
Babel fish
OP Offline
Babel fish
A
Joined: Dec 2003
Posts: 61
Make an error trigger when dialog makes an error:
for example:
Edit box reached text limit : 30.000 chars
i've a script that puts text in a dialog edit-box but it stops @ 30.000 chars. That anoyying...

on *:DIALOG:blah:err:0: {
did -ra blah $did Text box resetted.
}

Joined: Dec 2003
Posts: 33
M
Man Offline
Ameglian cow
Offline
Ameglian cow
M
Joined: Dec 2003
Posts: 33
Better yet, instead of just echoing to the status/active window a error has happened, allow the scripts to see that such an error has occured and to do something about it decide to display it or not.


Link Copied to Clipboard