write(formatted) Interface

public interface write(formatted)

Write the character sequence hold by the string to a connected formatted unit.


Contents


Module Procedures

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

Write the character sequence hold by the string to a connected formatted unit.

Arguments

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