Moves the allocated character scalar from 'from' to 'to' Specifications
Moves the allocated character scalar from 'from' to 'to' No output
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(string_type), | intent(inout), | target | :: | from | ||
type(string_type), | intent(inout), | target | :: | to |
Moves the allocated character scalar from 'from' to 'to' No output
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(string_type), | intent(inout) | :: | from | |||
character(len=:), | intent(out), | allocatable | :: | to |
Moves the allocated character scalar from 'from' to 'to' No output
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=:), | intent(inout), | allocatable | :: | from | ||
type(string_type), | intent(out) | :: | to |
Moves the allocated character scalar from 'from' to 'to' No output
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=:), | intent(inout), | allocatable | :: | from | ||
character(len=:), | intent(out), | allocatable | :: | to |