add-line
function
The add-line
action Add a line of text to existing text with newline. It belongs to the text category within the ui area.
Action Syntax
add-line "text" to "text"
A quoted text string followed by a value followed by A quoted text string
add-line $variable to "text"
A variable name starting with $ followed by a value followed by A quoted text string
add-line $variable to $variable
A variable name starting with $ followed by a value followed by A variable name starting with $
add-line "text" to $variable
A quoted text string followed by a value followed by A variable name starting with $
Return Value
This function returns a
TEXT
value that can be stored in a variable:
$result = add-line
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$text = add-line "World" to "Hello"
Action code: 2265695467
Version: 0.6.4-3
Last updated: 2025-06-13