Previous Page | Next Page

Formats for NLS

$LOGVSw. Format



Processes a character string that is in left-to-right-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

$LOGVSw.


Syntax Description

w

specifies the width of the output field.

Default: 200
Range: 1-32000

Details

The $LOGVSw. format is used when you store logical-ordered text on a visual server.

Note:   If the $LOGVSw. format is not accessible, then the Hebrew or Arabic portion of the data will be reversed.  [cautionend]


Comparisons

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


Examples

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

Statements Results

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

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

Statements Results

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


See Also

Formats:

$LOGVSRw. Format

Informats:

$LOGVSRw. Informat

$LOGVSw. Informat

Previous Page | Next Page | Top of Page