| Informats for NLS |
| Category: | BIDI text handling |
| Syntax | |
| Syntax Description | |
| Comparisons | |
| Examples | |
| See Also |
Syntax |
| $VSLOGw. |
specifies the width of the input field.
| Default: | 200 |
| Range: | 1-32000 |
| Comparisons |
The $VSLOGw. informat performs processing that is opposite of the $VSLOGRw. informat.
| Examples |
The following example uses the Hebrew input value of
"
flight".
| Statements | Result |
|---|---|
|
|
----+----1----+ |
x=input ('
',$vslog12.);
put x; |
flight
|
The
following example uses the Arabic input value of "
computer."
| Statements | Result |
|---|---|
|
|
----+----1----+ |
x=input ('
computer',$vslog12.);
put x; |
computer |
| See Also |
|
Formats: | |||||
|
Informats: |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.