String module
Data Types | |
| module | string |
| Represents text as a sequence of ASCII code units. The derived type wraps an allocatable character array. More... | |
| pure recursive character(:) function, allocatable, public str | ( | class(*), intent(in) | value, |
| character(*), intent(in), optional | fmt ) |
Function to stringify anything.
| [in] | value | The value of any intrinsic type to be stringified |
| [in] | fmt | (optional) The format value |
Examples
Remarks
Definition at line 135 of file String.f90.