The point I'm getting at is that with the alias I have shown, mIRC will still use $chr(32) to seperate each token, therefore there is no need to use something along the lines of %x $+ $chr(32), however, if a person does want to use $chr() in that way, it's best to use something like $chr(44) because mIRC will not add a space to the end of a variable which is not followed immediately by more text, like: %x $+ $chr(32) $+ %y


- Jason