adjustr(3F)
NAME
adjustr − remove trailing blanks from character value
SYNOPSIS
character∗(∗) function adjustr(string)
character∗(∗) string
DESCRIPTION
adjustr returns the character value of string with any trailing blanks removed and leading blanks prepended. The length of the result is the same length as the argument.
The value of adjustr("ABCbbb") where b is the blank character is "bbbABC".
SEE ALSO
CX/UX Hf77 Fortran Reference Manual