mIRC Homepage
Posted By: quiglag Spacing question - 04/04/03 06:17 PM
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
Posted By: Othello Re: Spacing question - 04/04/03 06:24 PM
Try one of these lines

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

unreal:// $+ $did(ut.server,1):7777
Posted By: quiglag Re: Spacing question - 04/04/03 06:31 PM
Thanks man, the second one worked great. smile
© mIRC Discussion Forums