Processing math: 100%

CHR_LDBLK

Remove any leading blanks from a string

Description:

Remove any leading blanks from the character string. The remaining characters are moved to the left to eliminate the resulting empty space, and the end of the string is filled with blanks.

Invocation

CALL CHR_LDBLK( STRING )

Arguments

STRING = CHARACTER ( ) (Given and Returned)
The string from which the leading blanks are to be removed.