write(格式化) 接口

public interface write(formatted)

将字符串中持有的字符序列写入连接的格式化单元。


模块过程

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

将字符串中持有的字符序列写入连接的格式化单元。

参数

类型 意图可选 属性 名称
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