converts an int to a string (should be a variable length string, but that does not work with all the compilers)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | i |
the integer to convert |
convert a double precision real in a string (should be a variable length string, but that does not work with all the compilers)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | val |
the number to convert |
convert a logical in a string ('T' or 'F')
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| logical, | intent(in) | :: | val |
the number to convert |