read(formatted) Interface

public interface read(formatted)

Read a character sequence from a connected unformatted unit into the string.


Module Procedures

private subroutine read_formatted(string, unit, iotype, v_list, iostat, iomsg)

Read a character sequence from a connected formatted unit into the string.

Arguments

Type IntentOptional Attributes Name
type(string_type), intent(inout) :: string
integer, intent(in) :: unit
character(len=*), intent(in) :: iotype
integer, intent(in) :: v_list(:)
integer, intent(out) :: iostat
character(len=*), intent(inout) :: iomsg