mIRC Home    About    Download    Register    News    Help

Print Thread
#18047 04/04/03 06:17 PM
Joined: Jan 2003
Posts: 39
Q
quiglag Offline OP
Ameglian cow
OP Offline
Ameglian cow
Q
Joined: Jan 2003
Posts: 39
I am working on a script and there needs to be a space in it for the script to work, but I dont want the space to show up when I try to use it. Is the a way to fix this.

Ex.
unreal:// $did(ut.server,1):7777 <---this is the script
unreal:// 199.240.91.39:7777 <---this is the output, but I dont want the space between the unreal:// and the IP because with the space it wont link to its destination.

Thanks

#18048 04/04/03 06:24 PM
Joined: Dec 2002
Posts: 417
O
Fjord artisan
Offline
Fjord artisan
O
Joined: Dec 2002
Posts: 417
Try one of these lines

$+(unreal://,$did(ut.server,1):7777)

unreal:// $+ $did(ut.server,1):7777




Intelligence: It's better to ask a stupid question, then to prove it by not asking....
#18049 04/04/03 06:31 PM
Joined: Jan 2003
Posts: 39
Q
quiglag Offline OP
Ameglian cow
OP Offline
Ameglian cow
Q
Joined: Jan 2003
Posts: 39
Thanks man, the second one worked great. smile


Link Copied to Clipboard