Platform | x64, Win32 |
Purpose |
To rotate a character string right until there are no trailing blanks. |
Syntax |
SUBROUTINE TRIMR@(X)
|
Notes |
If the string is blank, it is left unchanged.
|
Example |
PROGRAM READ_NAMES |