Previous Page | Next Page

Formats for NLS

$VSLOGRw. Format



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

Syntax
Syntax Description
Details
Comparisons
Examples
See Also

Syntax

$VSLOGRw.


Syntax Description

w

specifies the width of the output field.

Default: 200
Range: 1-32000

Details

The $VSLOGRw. format is used when transferring data that is stored in visual order. An example is transferring data from a UNIX server to a Windows client.

Note:   The $VSLOGRw. format does not correctly process all combinations of data strings.   [cautionend]


Comparisons

The $VSLOGRw. format performs processing that is opposite to the $VSLOGw. format.


Examples

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

Statements Results

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

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

Statements Results

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


See Also

Formats:

$VSLOGw.

Informats:

$VSLOGw. Informat

$VSLOGRw. Informat

Previous Page | Next Page | Top of Page