Previous Page | Next Page

Informats for NLS

$VSLOGRw. Informat



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

Syntax
Syntax Description
Comparisons
Examples
See Also

Syntax

$VSLOGRw.


Syntax Description

w

specifies the width of the input field.

Default: 200
Range: 1-32000

Comparisons

The $VSLOGRw. informat performs processing that is opposite of the $VSLOGw. informat.


Examples

The following example uses the Hebrew input value of " [Examples] flight."

Statements Result

----+----1----+
x=input (' [untitled graphic]',$vslogr12.);

put x;
flight [untitled graphic]

The following example uses the Arabic input value of " [untitled graphic] computer."

Statements Result

----+----1----+
x=input (' [untitled graphic] computer',$vslogr12.);

put x;
[untitled graphic] computer


See Also

Formats:

$VSLOGw. Format

$VSLOGRw. Format

Informats:

$VSLOGw. Informat

Previous Page | Next Page | Top of Page