I've been trying to figure out a better way to text with spaces. Until now I've always added spaces with a space and two ctrl-k's (bold) afterwards. Then rinse & repeat for however many spaces I wanted to pad. I know simply adding $chr(32)'s won't work cuz msg/notice will just strip them out. I read you can achieve this by using a bvar but I couldn't get that to work either.

Is there any way other than using space+ctrl-k+ctrl-k to do this?