Previous Page | Next Page

Informats for NLS

$REVERJw. Informat



Reads character data from right to left and preserves blanks.
Category: Character

Syntax
Syntax Description
Comparisons
Examples
See Also

Syntax

$REVERJw.


Syntax Description

w

specifies the width of the input field.

Default: 1 if w is not specified
Range: 1-32767

Comparisons

The $REVERJw. informat is similar to the $REVERSw. informat except that $REVERSw. informat left aligns the result by removing all leading blanks.


Examples

The following example uses ABCD as the input value.

input @1 name $reverj7.;

Values Results

----+----1
ABCD
###DCBA
    ABCD
DCBA###
* The character # represents a blank space.


See Also

Informats:

$REVERSw. Informat

Previous Page | Next Page | Top of Page