mIRC Home    About    Download    Register    News    Help

Print Thread
#41602 13/08/03 07:03 PM
Joined: Jul 2003
Posts: 32
M
mIRCusr Offline OP
Ameglian cow
OP Offline
Ameglian cow
M
Joined: Jul 2003
Posts: 32
Hi

I'm using diff colors for each var in one line in custom window.

%text = 2 $timestamp 3 $1 4 $2 5 $3 6 %ingame

I cann't use 2$timestamp (without space) because this prints $timestamp instead [12:54] in window. What i can do to get in window no double-space between vars?

The vars are addet to %text in separate lines:
%text = 2 $timestamp
%text = %text 3 $1

#41603 13/08/03 07:12 PM
Joined: Aug 2003
Posts: 36
D
Ameglian cow
Offline
Ameglian cow
D
Joined: Aug 2003
Posts: 36
use 2 $+ $timestamp it will put it to gether, $identifyers need there space smile


TotalIRC the place to be

TuX.TotalIRC.net:6667

#TotalIRC
#41604 13/08/03 07:15 PM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
I probably didn't understand what you was saying but try:
%text = 2 $+ $timestamp $+ 3 $+ $1 $+ 4 $+ $2 $+ 5 $3 $+ 6 $+ %ingame

#41605 13/08/03 07:20 PM
Joined: Jul 2003
Posts: 32
M
mIRCusr Offline OP
Ameglian cow
OP Offline
Ameglian cow
M
Joined: Jul 2003
Posts: 32
Oh yes ... that's it!!

Thank you very much ... djmadness too.

#41606 13/08/03 07:27 PM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
You're welcome. grin

#41607 13/08/03 08:01 PM
Joined: Aug 2003
Posts: 36
D
Ameglian cow
Offline
Ameglian cow
D
Joined: Aug 2003
Posts: 36
NP


TotalIRC the place to be

TuX.TotalIRC.net:6667

#TotalIRC

Link Copied to Clipboard