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.

Syntax

OutputLine(value)

Function Properties

OrdinalTypeDescription
valueRequiredThe code that produces the results to be output by the system

Usage

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.