$VSLOGw. Informat

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

Syntax

$VSLOGw.

Syntax Description

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

Comparisons

The $VSLOGw. informat performs processing that is opposite of the $VSLOGRw. informat.

Example

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