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
|
- w
-
specifies the width of the input field.
Default: |
200 |
Range: |
1-32000 |
The $LOGVSw. informat performs
processing that is opposite to the LOGVSRw. informat.
The following example uses the Hebrew input value of
"
flight."
Statements |
Result |
|
----+----1----+
|
x=input ('
flight',$logvs12.);
put x;
|
flight |
The following example uses the Arabic input value of
"
computer."
Statements |
Result |
|
----+----1----+
|
x=input ('
computer',$logvs12.);
put x;
|
computer |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.