mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Nov 2007
Posts: 3
N
njased Offline OP
Self-satisified door
OP Offline
Self-satisified door
N
Joined: Nov 2007
Posts: 3
Code:
alias window1 {
  window -aCdBk0l +L @window1 -1 -1 400 100
  aline -r @window1 Thiswordisveryveryverylong $chr(9) $chr(9) This not working
  aline -r @window1 Thiswordisveryveryverylong $str($chr(9),2) This work
}


The text is cutted on the first line, but not the second. And the first line is working good on the version 6.16.

Sorry for bad english.

Joined: Dec 2002
Posts: 2,031
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Dec 2002
Posts: 2,031

You have character 32 in the first line but not in the second.

Joined: Nov 2007
Posts: 3
N
njased Offline OP
Self-satisified door
OP Offline
Self-satisified door
N
Joined: Nov 2007
Posts: 3
Ah, thanks, i tought is was a bug smile


Link Copied to Clipboard