Previous Page
|
Next Page
$LOGVS
w
. Format
Processes a character string that is in left-to-right-logical order, and then writes the character string in visual order.
Category:
BIDI text handling
Alignment:
left
Syntax
Details
Comparisons
Example
See Also
Syntax
$LOGVS
w
.
Syntax Description
w
specifies the width of the output field.
Default:
200
Range:
1–32767
Details
The $LOGVS
w
. format is used when you store logical-ordered text on a visual server.
Note:
If the $LOGVS
w
. format is not accessible, then the Hebrew or Arabic portion of the data will be reversed.
Comparisons
The $LOGVS
w
. format performs processing that is the opposite of the $LOGVSR
w
. format.
Example
The following example uses the Hebrew input value of “ flight”.
Statements
Results
----+----1----+----2----+
put text $logvs12.;
flight
The following example uses the Arabic input value of “
” computer.
Statements
Results
----+----1----+----2----+
put text $logvs12.;
computer
See Also
Formats:
$LOGVSRw. Format
Informats:
$LOGVSRw. Informat
$LOGVSw. Informat
Copyright © SAS Institute Inc. All rights reserved.
Previous Page
|
Next Page
|
Top of Page