Previous Page | Next Page

Informats for NLS

$LOGVSRw. Informat



Reads a character string that is in right-to-left logical order, and then converts the character string to visual order.
Category: BIDI text handling

Syntax
Syntax Description
Comparisons
Examples
See Also

Syntax

$LOGVSRw.


Syntax Description

w

specifies the width of the input field.

Default: 200
Range: 1-32000

Comparisons

The $LOGVSRw. informat performs processing that is opposite to the $LOGVSw. informat.


Examples

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

Statements Results

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

put x;
flight [untitled graphic]

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

Statements Results

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

put x;
[untitled graphic] computer


See Also

Formats:

$LOGVSw. Format

$LOGVSRw. Format

Informats:

$LOGVSw. Informat

Previous Page | Next Page | Top of Page