$LOGVSRw. Informat

Reads a character string that is in right-to-left logical order, and then converts the character string to visual order.
Category: BIDI text handling

Syntax

$LOGVSRw.

Syntax Description

w
specifies the width of the input field.
Default:200
Range:1–32000

Comparisons

The $LOGVSRw. informat performs processing that is opposite to the $LOGVSw. informat.

Example

The following example uses the Hebrew input value of “Hebrew flight.”
Statements
Results
----+----1----+
x=input (' Hebrew flight',$logvsr12.);
put x;
flight Hebrew
The following example uses the Arabic input value of “Arabic computer.”
Statements
Results
----+----1----+
x=input (' xxx computer',$logvsr12.);
put x;
Arabic computer

See Also

Informat: