Processing math: 100%

CHR_RJUST

Right-justify a string

Description:

The given string is right-justified by filling out the spaces between words with additional blank space. The right margin is taken as the declared length of the given string. Unprintable characters are interpreted as blanks.

Invocation

CALL CHR_RJUST( STRING )

Arguments

STRING = CHARACTER ( ) (Given and Returned)
The string to be right-justified and returned.