Shifts characters in str by n positions (positive values
denote a right shift and negative values denote a left shift). Characters
that are shifted off the end are lost. Positions opened up by the shift
are replaced by spaces.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(inout) | :: | str | |||
| integer, | intent(in) | :: | n |