In a program Im making you put a text in a textbox and that text gets the decleration utfylling. Then a button triggers the sendkeys function and it sends everything to another program. The fault is that if we imagine a text like for example:
"erafajklaf
fajkdf´j"
..it becomes
"erafajklaf

fjakdfla"

and since I cant edit the text due to the way the other program is made the text comes out wrong.
What can I do to escape the "enter" that always goes between the lines

I would love some help