$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
Syntax Description
- w
-
specifies the width
of the input field.
Default:200
Range:1–32000
Comparisons
The $LOGVSR
w. informat performs processing that is opposite
to the $LOGVS
w. informat.
Example
The following example
uses the Hebrew input value of “
flight.”
|
|
|
|
x=input (' flight',$logvsr12.);
|
flight
|
The following example
uses the Arabic input value of “
computer.”
|
|
|
|
x=input (' computer',$logvsr12.);
|
computer
|