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