mIRC Homepage
Posted By: AzN blank space can be seen as a character? - 29/09/15 04:32 PM
While using the $str(text, N), if there are blank spaces in the text, the repetition can keep that blank space?

EG: $str(abcd,3) return abcdabcdabcd
Therefore, there must be: $str(abcd ,3) return abcd abcd abcd
It was true?
Posted By: Wims Re: blank space can be seen as a character? - 29/09/15 04:39 PM
Yes, except you're using a litteral space here, and mIRC removes them, $str(abcd $+ $chr(32),3) will work
© mIRC Discussion Forums