Informats for NLS |
Category: | BIDI text handling |
Syntax | |
Syntax Description | |
Comparisons | |
Examples | |
See Also |
Syntax |
$LOGVSw. |
specifies the width of the input field.
Default: | 200 |
Range: | 1-32000 |
Comparisons |
The $LOGVSw. informat performs processing that is opposite to the LOGVSRw. informat.
Examples |
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 |
See Also |
Formats: | |||||
Informats: |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.