public interface adjustr
Adjusts the string to the right by removing any trailing blanks and
pushing any removed blanks onto the front of the string.
Module Procedures
private pure elemental function string_adjustr(x) result(rst)
Adjusts the string to the right by removing any trailing blanks and
pushing any removed blanks onto the front of the string.
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
type(string),
|
intent(in) |
|
|
:: |
x |
The string to adjust.
|
Return Value
type(string)
The adjusted string.