V

Overview

Outputs the value of a variable.

Syntax

V(1)

Function Properties

Ordinal Type Description
1 string Required Variable containing value to return

Usage

%%[
Var @var1
Set @var1='Hello'
]%%
<p>%%=v(@var1)=%%</p>

System returns:

Hello
Last Updated: Jun 8, 2021