libsim  Versione7.1.6
elemental function, public align_center ( character(len=*), intent(in)  input_string)

Returns input_string centered, i.e. with an equal number of leading and trailing blanks (±1 if they are odd).

The needed number of leading/trailing blanks is added or removed at the beginning and/or at the end in order to keep the length of the resulting string equal to the input length.

Parametri
[in]input_stringstring to be aligned

Definizione alla linea 843 del file char_utilities.F90.


Generated with Doxygen.