$REVERSw. Format
Writes character data in reverse order and left
aligns.
| Category: |
Character |
| Alignment: |
Left |
Syntax
Arguments
w
specifies the width
of the output field.
| Default |
1 if w is not
specified
|
| Range |
1–32767 |
Comparisons
The $REVERS
w.
format is similar to the $REVERJ
w.
format except that $REVERJ
w.
does not left align the result.
Example
|
|
|
|
|
|
select put('ABCD###',$revers7);
|
|
select put('###ABCD',$revers7.);
|
|
| 1The character # represents
a blank space.
|