将字符串列表与输入实体连接 返回一个新的字符串列表 规范
将字符标量 'rhs' 附加到字符串列表 'list' 返回一个新的字符串列表
类型 | 意图 | 可选 | 属性 | 名称 | ||
---|---|---|---|---|---|---|
type(stringlist_type), | intent(in) | :: | lhs | |||
character(len=*), | intent(in) | :: | rhs |
将字符串 'rhs' 附加到字符串列表 'list' 返回一个新的字符串列表
类型 | 意图 | 可选 | 属性 | 名称 | ||
---|---|---|---|---|---|---|
type(stringlist_type), | intent(in) | :: | lhs | |||
type(string_type), | intent(in) | :: | rhs |
将字符标量 'lhs' 放在字符串列表 'rhs' 的前面 返回一个新的字符串列表
类型 | 意图 | 可选 | 属性 | 名称 | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | lhs | |||
type(stringlist_type), | intent(in) | :: | rhs |
将字符串 'lhs' 放在字符串列表 'rhs' 的前面 返回一个新的字符串列表
类型 | 意图 | 可选 | 属性 | 名称 | ||
---|---|---|---|---|---|---|
type(string_type), | intent(in) | :: | lhs | |||
type(stringlist_type), | intent(in) | :: | rhs |
将字符串列表 'rhs' 附加到字符串列表 'lhs' 返回一个新的字符串列表
类型 | 意图 | 可选 | 属性 | 名称 | ||
---|---|---|---|---|---|---|
type(stringlist_type), | intent(in) | :: | lhs | |||
type(stringlist_type), | intent(in) | :: | rhs |
将字符数组 'rhs' 附加到字符串列表 'lhs' 返回一个新的字符串列表
类型 | 意图 | 可选 | 属性 | 名称 | ||
---|---|---|---|---|---|---|
type(stringlist_type), | intent(in) | :: | lhs | |||
character(len=*), | intent(in), | dimension(:) | :: | rhs |
将字符串数组 'rhs' 附加到字符串列表 'lhs' 返回一个新的字符串列表
类型 | 意图 | 可选 | 属性 | 名称 | ||
---|---|---|---|---|---|---|
type(stringlist_type), | intent(in) | :: | lhs | |||
type(string_type), | intent(in), | dimension(:) | :: | rhs |
将字符数组 'lhs' 放在字符串列表 'rhs' 的前面 返回一个新的字符串列表
类型 | 意图 | 可选 | 属性 | 名称 | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in), | dimension(:) | :: | lhs | ||
type(stringlist_type), | intent(in) | :: | rhs |
将字符串数组 'lhs' 放在字符串列表 'rhs' 的前面 返回一个新的字符串列表
类型 | 意图 | 可选 | 属性 | 名称 | ||
---|---|---|---|---|---|---|
type(string_type), | intent(in), | dimension(:) | :: | lhs | ||
type(stringlist_type), | intent(in) | :: | rhs |