mIRC Homepage
Posted By: Kreuz123123 spacing - 28/05/11 03:47 PM
Hello smile i wanted to ask how to add long spaces?
i want a message in this pattern

Quote:
msg $chan Name Age Gender


but no matter how much spaces i put it always removes them
edit: well didnt worked here either O.o anyway its a 12(spaces) space :P
Posted By: Tomao Re: spacing - 28/05/11 04:12 PM
Have you tried $chr(160)
Posted By: Kreuz123123 Re: spacing - 28/05/11 04:29 PM
actually i tried /help spacing or anything that got to do with space :P and after 0 results i came to ask here for the command
Posted By: Riamus2 Re: spacing - 28/05/11 06:28 PM
Try using the spaces.dll. You should be able to find it easily and it will do what you want.
Posted By: Tomao Re: spacing - 28/05/11 06:30 PM
What about:
Code:
msg $chan $+(Name,$str($chr(160),12),Age,$str($chr(160),12),Gender)
Posted By: Riamus2 Re: spacing - 28/05/11 10:11 PM
$chr(160) is fine for mIRC 7.x, but may display something other than a space in older versions of mIRC or some other IRC clients. It would be better to use another method to obtain spacing. spaces.dll works very well. There's also the method of using ctrl codes between the spaces. Either of those options will display correctly no matter what version or client others are using.
Posted By: Tomao Re: spacing - 28/05/11 10:30 PM
You're right, Riamus2. I suppose there'll always people who like to "stick with the past." Now, I know they have their reasons, but keeping anything or everything up-to-date is my preferred belief.
© mIRC Discussion Forums