Removes trailing blank characters of a string.
Fortran 90 and later
Transformational function
RESULT = TRIM(STRING)
STRING | Shall be a scalar of type CHARACTER . |
A scalar of type CHARACTER
which length is that of STRING less the number of trailing blanks.
© Free Software Foundation
Licensed under the GNU Free Documentation License, Version 1.3.
https://gcc.gnu.org/onlinedocs/gcc-10.2.0/gfortran/TRIM.html