I have a variable like this
MyVar := "Hello world 'n This is my text"
I have Notepad open, and I want to send the text the the notepad like this
ControlSetText, Edit1, %MyVar%, Untitled -
It sends all my text, but instead of getting a new line where 'n is, I get this little square. What is wrong?
Thanks.




