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