mIRC Home    About    Download    Register    News    Help

Print Thread
#181360 22/07/07 11:08 AM
Joined: Dec 2004
Posts: 40
B
bog__ Offline OP
Ameglian cow
OP Offline
Ameglian cow
B
Joined: Dec 2004
Posts: 40
Code:
on *:DIALOG:test:sclick:230: {
  set %1.koga.sam.klikno $did(230).seltext
  echo a $did(230).sel
  set %2.koga.sam.klikno $did(230).sel
  set %3.koga.sam.klikno %udri $did(230).seltext
}


Code:
%1.koga.sam.klikno 00014 
%2.koga.sam.klikno 1
%udri   /did -a $dname 230
%3.koga.sam.klikno   /did -a $dname 230 00014


Code:
on *:DIALOG:test:sclick:203: {
  /did -d $dname 230 %2.koga.sam.klikno
  noop $read(script5.txt, w, %3.koga.sam.klikno)
  echo a $readn
}


so i have problem with $readn, echo on him is nothing
what m i dooing wrong

Last edited by bog__; 22/07/07 11:10 AM.
Joined: Dec 2004
Posts: 40
B
bog__ Offline OP
Ameglian cow
OP Offline
Ameglian cow
B
Joined: Dec 2004
Posts: 40
nwm i finde my error
output in txt isnt like in mirc script editor
Code:
%udri   /did -a $dname 230

Code:
%udri /did -a $dname 230

sry 4 2x posting


Link Copied to Clipboard