mIRC 如何重复中间有空格的字符串?

mIRC how to repeat string with white spaces in between?

如何重复一个字符串中间加一个白色的space? $str(ho, 3) 会 return hohoho 我想要 ho ho ho

使用 $chr 标识符。

$str(ho $chr(32), 3)