Previous Page | Next Page

Informats for NLS

$REVERSw. Informat



Reads character data from right to left, and then left aligns the text.
Category: Character

Syntax
Syntax Description
Comparisons
Examples
See Also

Syntax

$REVERSw.


Syntax Description

w

specifies the width of the input field.

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

Comparisons

The $REVERSw. informat is similar to the $REVERJw. informat except that $REVERJw. informat preserves all leading and trailing blanks.


Examples

The following example uses ABCD as the input value.

input @1 name $revers7.;

Values Results

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


See Also

Informats:

$REVERJw. Informat

Previous Page | Next Page | Top of Page