$LOGVSw. Informat

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

Syntax

$LOGVSw.

Syntax Description

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

Comparisons

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

Example

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