Processes a character string that is in right-to-left-logical
order, and then writes the character string in visual order.
Category: |
BIDI text handling
|
Alignment: |
left
|
- w
-
specifies the width of the output field.
Default: |
200 |
Range: |
1-32000 |
The $LOGVSRw. format is used
when you store logical-ordered text on a visual server. The Hebrew or Arabic
portion of the text is reversed if the $LOGVSw.
format is not on the server.
The $LOGVSRw. format performs
processing that is opposite of the $LOGVSw. format.
The following example uses the Hebrew input value of
"
flight".
Statements |
Results |
|
----+----1----+
|
put text $logvsr12.;
|
flight
![[untitled graphic]](images/logvsr-b.gif)
|
The following example uses the
Arabic input value of "
" computer.
Statements |
Results |
|
----+----1----+
|
put text $logvsr12.;
|
computer |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.