[F90:]integer function gTrueLen(string) character*(*), intent (in) :: string
Arguments
string
Character string
Description
The system utility gTrueLen() provides an implementation independent means of enquiring the length of a character variable up to and including the last non-blank character. A null string will return a length of zero.