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.
Copyright © 2018 East Asian Observatory