$VSLOGRw. Informat
Reads a character string that is in visual order,
and then converts the character string to right-to-left logical order.
Category: |
BIDI text handling |
Syntax
Syntax Description
- w
-
specifies the width
of the input field.
Default:200
Range:1–32000
Comparisons
The $VSLOGR
w. informat performs processing that is opposite
of the $VSLOG
w. informat.
Example
The following example
uses the Hebrew input value of “
flight.”
|
|
|
|
x=input (' ',$vslogr12.);
|
flight
|
The following example
uses the Arabic input value of “
computer.”
|
|
|
|
x=input (' computer',$vslogr12.);
|
computer
|