mIRC Home    About    Download    Register    News    Help

Print Thread
#87080 16/06/04 03:51 PM
Joined: Mar 2004
Posts: 45
D
Ameglian cow
OP Offline
Ameglian cow
D
Joined: Mar 2004
Posts: 45
Code:
 c1 { return $+($chr(3),07,$1-) } 


when I echo that it puts a space in front...how can I get rid of the space?

//echo -s $c1 MyMsg

#87081 16/06/04 04:21 PM
Joined: Jan 2003
Posts: 2,523
Q
Hoopy frood
Offline
Hoopy frood
Q
Joined: Jan 2003
Posts: 2,523
You need to pass parameters in Identifiers in a different way than in Commands:

//echo -a $c1(MyMsg)

Type /help aliases and read the entire page, it contains essential info regarding aliases, parameter passing, identifiers etc.


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

Link Copied to Clipboard