LTRIM
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.
This macro is available in
IBM
®
Unica
®
Interact
.
Examples
Temp = LTRIM " gold"
Creates a new string named
Temp
which contains
"gold"
.
Copyright IBM Corporation 2013. All Rights Reserved.