LTRIM macro

The LTRIM macro is available in Unica Campaign and Unica Interact.

Syntax

LTRIM(data)

Parameters

data

The string from which the leading space will be removed.

Description

LTRIM removes leading space characters from each string value in the specified data range, returning the converted string. It returns one new column for each input column.

Examples

Temp = LTRIM " gold"

Creates a new string named Temp which contains "gold".