mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: May 2003
Posts: 21
T
TRABEL Offline OP
Ameglian cow
OP Offline
Ameglian cow
T
Joined: May 2003
Posts: 21
hi , im trying to write a popup with 2 text box to fill some info.
now , i need the info layout to be without spaces , but if i remove the spaces between the text box commands , mirc wont recodnize them as commands...... any character i can add to separate between them without space ?
i need layout to be like this
say "info,info" , this is my line
SAY:/SAY " $$?="info 1" , $$?="info 2" "
but this way im getting say " info , info "
how can i evade the spaces ? confused

Joined: Dec 2003
Posts: 261
M
Fjord artisan
Offline
Fjord artisan
M
Joined: Dec 2003
Posts: 261
Hi, there. try this:
SAY:/SAY $$?="info 1" $+ , $+ $$?="info 2"
Hope that helped.


velicha dusha moja Gospoda
Joined: May 2003
Posts: 21
T
TRABEL Offline OP
Ameglian cow
OP Offline
Ameglian cow
T
Joined: May 2003
Posts: 21
THANK YOU VERY MUCH !!!!!!!!!!!!!
grin grin grin


Link Copied to Clipboard