RTRIM macro

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

Syntax

RTRIM(data)

Parameters

data

Description

RTRIM removes trailing 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 = RTRIM "gold "

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