stringmirc

mIRC how to repeat string with white spaces in between?


How to repeat a string adding a white space in between ? $str(ho, 3) will return hohoho and I want ho ho ho


Solution

  • Use the $chr identifier.

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