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® Interact.
Examples
Creates a new string named Temp which contains "gold".