|
libsim
Versione7.1.6
|
Set of functions that return a trimmed CHARACTER representation of the input variable. Continua...
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.
| in | (any type of INTEGER, REAL or CHARACTER) value to be represented as CHARACTER |
| miss | CHARACTER(len=*),INTENT(in),OPTIONAL optional character replacement for missing value |
Example of use:
Definizione alla linea 275 del file char_utilities.F90.