mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Mar 2006
Posts: 22
R
Ameglian cow
OP Offline
Ameglian cow
R
Joined: Mar 2006
Posts: 22
DID NOT WORK:
var %tbn = @buffer. $+ $left($nopath(%map.draw.fill),-4)
window -Bhp +d @!! 0 0 0 0
renwin @!! %tbn
DID NOT WORK:
var %tbn = @buffer. $+ $left($nopath(%map.draw.fill),-4)
window -Bhp +d %tbn 0 0 0 0
WORKED:
%tbn = @buffer. $+ $left($nopath(%map.draw.fill),-4)
window -Bhp +d @!! 0 0 0 0
renwin @!! %tbn
WORKED:
%tbn = @buffer. $+ $left($nopath(%map.draw.fill),-4)
window -Bhp +d %tbn 0 0 0 0
NOTE:
The presence of /var is the ONLY thing that changed, for the offending routine to be successful. The given lines appeared exactly as I've shown you.

mIRC 6.17, win2k

Joined: Jan 2003
Posts: 2,523
Q
Hoopy frood
Offline
Hoopy frood
Q
Joined: Jan 2003
Posts: 2,523
I can't reproduce any of your local var-related problems. Make sure you don't have a /var alias somewhere (you can check this with $isalias(var).fname).


/.timerQ 1 0 echo /.timerQ 1 0 $timer(Q).com

Link Copied to Clipboard