public interface fstring
It converts valiables into a string.
Module Procedures
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=int32),
|
intent(in) |
|
|
:: |
x |
|
Return Value
character(len=:), allocatable
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=int64),
|
intent(in) |
|
|
:: |
x |
|
Return Value
character(len=:), allocatable
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=real64),
|
intent(in) |
|
|
:: |
x |
|
Return Value
character(len=:), allocatable
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=int32),
|
intent(in) |
|
|
:: |
x |
|
integer(kind=int32),
|
intent(in) |
|
|
:: |
length |
|
Return Value
character(len=length)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=real64),
|
intent(in) |
|
|
:: |
x |
|
integer(kind=int32),
|
intent(in) |
|
|
:: |
length |
|
Return Value
character(len=60)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
logical,
|
intent(in) |
|
|
:: |
x |
|
Return Value
character(len=5)