mIRC Home    About    Download    Register    News    Help

Print Thread
#86564 12/06/04 06:35 AM
Joined: Oct 2003
Posts: 12
F
Fdisk Offline OP
Pikka bird
OP Offline
Pikka bird
F
Joined: Oct 2003
Posts: 12
im pretty good at getting the info i need from the help files but the @window stuff i cant get
so if any 1 could pleas tell me how to set a %var from the selected or sclick text in a @window i would realy thank you

#86565 12/06/04 07:58 PM
Joined: Dec 2002
Posts: 29
R
Ameglian cow
Offline
Ameglian cow
R
Joined: Dec 2002
Posts: 29
$sline(@window,1) will give you text of the selected line in a @window
$sline(@window,1).ln will give you line number of selected line.

#86566 12/06/04 11:55 PM
Joined: Oct 2003
Posts: 12
F
Fdisk Offline OP
Pikka bird
OP Offline
Pikka bird
F
Joined: Oct 2003
Posts: 12
like in a dialog
on *:dialog:@window:sclick:*:{
set %var $sline(@window,1)
}


Link Copied to Clipboard