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
|
- w
-
specifies the width of the input field.
Default: |
200 |
Range: |
1-32000 |
The $VSLOGRw. informat performs
processing that is opposite of the $VSLOGw. informat.
The following example uses the Hebrew input value of
"
flight."
Statements |
Result |
|
----+----1----+
|
x=input ('
',$vslogr12.);
put x;
|
flight
![[untitled graphic]](images/logvsr-a.gif) |
The
following example uses the Arabic input value of "
computer."
Statements |
Result |
|
----+----1----+
|
x=input ('
computer',$vslogr12.);
put x;
|
computer |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.