Writes character data in reverse order and left aligns
Category: | Character |
Alignment: | Left |
put @1 name $revers7.;
Name1
|
Result
|
---|---|
----+----1 |
|
ABCD### |
DCBA |
###ABCD |
DCBA |
1The character # represents a blank space. |