~LTRIM Command

Description:

This command is a function and can only be referenced within a SET command. It returns a character expression after removing leading blanks.

Format:

 ~LTRIM (string)
Return Value:

A character expression after removing leading blanks.

Parameters:

string

The character value or character variable

Example:

 SET newstr =     ~LTRIM (Name)

See also:

Output Stream Handling Commands