Modify

Opened 14 years ago

Closed 14 years ago

#2106 closed Feature Request (Rejected)

Document how to insert newlines (multi-line strings) in ClipPut, Send etc.

Reported by: ddascalescu+autoit@… Owned by:
Milestone: Component: Documentation
Version: Severity: None
Keywords: Cc:

Description

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.

Attachments (0)

Change History (2)

comment:1 by TicketCleanup, 14 years ago

Version: 3.3.8.0

Automatic ticket cleanup.

comment:2 by Valik, 14 years ago

Resolution: Rejected
Status: newclosed

You are missing something. A couple things. First, it is documented how to insert newlines. Second, this is not the forum. You should have asked for help on the forum where you would have been directed to the correct location in the documentation.

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.