libsim  Versione 7.1.7
Elenco di tutti i membri
Riferimenti per l'nterfacciat2c

Set of functions that return a trimmed CHARACTER representation of the input variable. Continua...

Descrizione dettagliata

Set of functions that return a trimmed CHARACTER representation of the input variable.

The functions are analogous to to_char but they return a representation of the input in a CHARACTER with a variable length, which needs not to be trimmed before use. The optional format here is not accepted and these functions are not ELEMENTAL so they work only on scalar arguments.

Parametri
in(any type of INTEGER, REAL or CHARACTER) value to be represented as CHARACTER
missCHARACTER(len=*),INTENT(in),OPTIONAL optional character replacement for missing value

Example of use:

INTEGER :: j
...
WRITE(*,*)'The value provided, '//t2c(j)//', is too large'
...
Set of functions that return a trimmed CHARACTER representation of the input variable.
Utilities for CHARACTER variables.

Definizione alla linea 284 del file char_utilities.F90.


Generated with Doxygen.