OutputLine
Returns the results of AMPscript code executed within a code block, such as Concat() or V()), and includes the results inside the rendered content. The function also appends a CRLF following the results. The function does not return any passed direct literals.
OutputLine(value)
Ordinal | Type | Description | |
---|---|---|---|
value | Required | The code that produces the results to be output by the system |
System outputs:
The system appends a CRLF character to the string of text, not an HTML break tag (
). In a text context, this character creates a new line. In an HTML context, this character creates a new line in the original SMTP message but not a rendered new line.