147
42
1
宗师
type::string character(len=:),allocatable::str end type
type(string)::a(4) a(1)%str="hi"
character(len=:),allocatable::str(4)
使用道具 举报
农村外出务工人员
736
4
0
大师
835
2
大宗师
program Test implicit none character(:),allocatable:: str(:) allocate(str,source=['abc','12345']) print*,len(str(1)), str(1) print*,len(str(2)), str(2) end program
本版积分规则 发表回复 回帖后跳转到最后一页
颁发给注册后积极发言的新人
颁发给为Fcode网站捐赠的网友
颁发给发帖量超过一定数量的坛友
颁发给论坛注册3年以上的网友
颁发给论坛热心帮助他人的网友
捐赠本站|Archiver|关于我们 About Us|小黑屋|Fcode ( 京ICP备18005632-2号 )
GMT+8, 2024-12-24 10:17
Powered by Tencent X3.4
© 2013-2024 Tencent