Concat

Overview

Concatenates the strings specified in the arguments. Include as many values as necessary.

Syntax

Concat(1, 2)

Function Properties

Ordinal Type Description
1 string Required First string value to concatenate
2 string Required Second string value to concatenate

Usage

%%=Concat('a','b','c')=%%

The system returns:

abc
Last Updated: Jun 8, 2021