Previous Page | Next Page

Formats for NLS

$LOGVSRw. Format



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

Syntax
Syntax Description
Details
Comparisons
Examples
See Also

Syntax

$LOGVSRw.


Syntax Description

w

specifies the width of the output field.

Default: 200
Range: 1-32000

Details

The $LOGVSRw. format is used when you store logical-ordered text on a visual server. The Hebrew or Arabic portion of the text is reversed if the $LOGVSw. format is not on the server.


Comparisons

The $LOGVSRw. format performs processing that is opposite of the $LOGVSw. format.


Examples

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

Statements Results

----+----1----+
put text $logvsr12.;
flight [untitled graphic]

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

Statements Results

----+----1----+
put text $logvsr12.;
[untitled graphic] computer


See Also

Formats:

$LOGVSw. Format

Informats:

$LOGVSw. Informat

$LOGVSRw. Informat

Previous Page | Next Page | Top of Page