New Line
From UBot Studio
(Difference between revisions)
(Created page with "$new Line is a System Function. The function returns a line break. It is similar to pressing the enter key on your keyboard to create a new line. == E...") |
(→Example) |
||
Line 14: | Line 14: | ||
Inserting the new line function between the two text items creates a new line for each item. Each item is separated by a new line. | Inserting the new line function between the two text items creates a new line for each item. Each item is separated by a new line. | ||
− | [[File:newline.png] | + | [[File:newline.png]] |
Revision as of 17:47, 14 November 2012
$new Line is a System Function.
The function returns a line break.
It is similar to pressing the enter key on your keyboard to create a new line.
Example
navigate("http://www.ubotstudio.com/playground/simple-form", "Wait") wait(3) type text(<about me textarea>, "My Item{$new line}My Second Item", "Standard")
Inserting the new line function between the two text items creates a new line for each item. Each item is separated by a new line.