Concatenates stringlist with the input entity Returns a new stringlist Specifications
Appends character scalar 'rhs' to the stringlist 'list' Returns a new stringlist
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(stringlist_type), | intent(in) | :: | lhs | |||
character(len=*), | intent(in) | :: | rhs |
Appends string 'rhs' to the stringlist 'list' Returns a new stringlist
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(stringlist_type), | intent(in) | :: | lhs | |||
type(string_type), | intent(in) | :: | rhs |
Prepends character scalar 'lhs' to the stringlist 'rhs' Returns a new stringlist
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | lhs | |||
type(stringlist_type), | intent(in) | :: | rhs |
Prepends string 'lhs' to the stringlist 'rhs' Returns a new stringlist
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(string_type), | intent(in) | :: | lhs | |||
type(stringlist_type), | intent(in) | :: | rhs |
Appends stringlist 'rhs' to the stringlist 'lhs' Returns a new stringlist
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(stringlist_type), | intent(in) | :: | lhs | |||
type(stringlist_type), | intent(in) | :: | rhs |
Appends chararray 'rhs' to the stringlist 'lhs' Returns a new stringlist
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(stringlist_type), | intent(in) | :: | lhs | |||
character(len=*), | intent(in), | dimension(:) | :: | rhs |
Appends stringarray 'rhs' to the stringlist 'lhs' Returns a new stringlist
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(stringlist_type), | intent(in) | :: | lhs | |||
type(string_type), | intent(in), | dimension(:) | :: | rhs |
Prepends chararray 'lhs' to the stringlist 'rhs' Returns a new stringlist
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in), | dimension(:) | :: | lhs | ||
type(stringlist_type), | intent(in) | :: | rhs |
Prepends stringarray 'lhs' to the stringlist 'rhs' Returns a new stringlist
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(string_type), | intent(in), | dimension(:) | :: | lhs | ||
type(stringlist_type), | intent(in) | :: | rhs |