Allocates string type to empty character of length 0 or n
, if not
allocated already.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(string_type), | intent(inout) | :: | string |
String type. |
||
integer, | intent(in), | optional | :: | n |
Length of string data. |