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