﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2106	Document how to insert newlines (multi-line strings) in ClipPut, Send etc.	ddascalescu+autoit@…		"I'm new to AutoIt, so forgive me if I'm missing something.

From my perusal of the CHM, I see that there's no mention on how to deal with multi-line strings. For instance, I want to fill in a text area in a web form with a few lines of text. How can I do that?

1. Using Send() and {ENTER} for newlines. Should be documented perhaps.
2. Using ClipPut(). {ENTER} here is passed on verbatim. \n as well.
3. Just breaking the string with a LF character doesn't work (this works in Perl): Send(""Line 1
Line 2"") generates an error.

Also, the documentation on strings (Language referece -> Data Types) should mention how to include newlines, if that's possible at all."	Feature Request	closed		Documentation		None	Rejected		
