Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | file | |||
type(string), | intent(out), | allocatable | :: | lines(:) | ||
character(len=*), | intent(in), | optional | :: | form | ||
integer, | intent(out), | optional | :: | iostat | ||
character(len=*), | intent(inout), | optional | :: | iomsg |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | unit | |||
type(string), | intent(out), | allocatable | :: | lines(:) | ||
character(len=*), | intent(in), | optional | :: | form | ||
integer, | intent(out), | optional | :: | iostat | ||
character(len=*), | intent(inout), | optional | :: | iomsg |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | file | |||
type(string), | intent(in) | :: | lines(1:) | |||
character(len=*), | intent(in), | optional | :: | form | ||
integer, | intent(out), | optional | :: | iostat | ||
character(len=*), | intent(inout), | optional | :: | iomsg |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | unit | |||
type(string), | intent(in) | :: | lines(1:) | |||
character(len=*), | intent(in), | optional | :: | form | ||
integer, | intent(out), | optional | :: | iostat | ||
character(len=*), | intent(inout), | optional | :: | iomsg |