|
libsim
Versione7.1.6
|
Functions that return a trimmed CHARACTER representation of the input variable. Continua...
Functions that return a trimmed CHARACTER representation of the input variable.
The functions are analogous to to_char but they return 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 | (datetime or timedelta) value to be represented as CHARACTER |
Example of use:
Definizione alla linea 346 del file datetime_class.F90.