QuestionQ4

Scripting and Automation

Which AMPscript function returns the result of code interpreted within a code block and includes that result in the rendered content where the code block is located?

  • A Output
  • B TreatAsContentArea
  • C V
Explanation

Output() returns the value produced by a nested AMPscript function and inserts that value into the rendered content.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!