mIRC Homepage
Posted By: km_ /echo can't handle multiple spaces ?! - 22/06/04 10:37 AM
I dunno if this is a bug but when i do:
Code:
/echo test                         test 


the result is:
Code:
test test 


Or is there an other way to echo some lines into a channel/query window where it keeps the spaces?

Thanks in Advance.
Posted By: Collective Re: /echo can't handle multiple spaces ?! - 22/06/04 10:43 AM
No commands can handle multiple spaces, it's just how mIRC works.

You can use $chr(160) instead of a space (in most, but not all fonts), or you can split it up with control codes as so:

/echo H  e  l  l  o

You could modify the alias qwerty posted here to do it for you.
© mIRC Discussion Forums