Previous Page | Next Page

Informats for NLS

$CPTDWw. Informat



Reads a character string that is in Hebrew DOS (cp862) encoding, and then converts the character string to Windows (cp1255) encoding.
Category: Hebrew text handling

Syntax
Syntax Description
Comparisons
Examples
See Also

Syntax

$CPTDWw.


Syntax Description

w

specifies the width of the input field.

Default: 200
Range: 1-32000

Comparisons

The $CPTDWw. informat performs processing that is opposite of the $CPTWDw. informat.


Examples

The following example uses the input value of 808182.

Statements Result

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


See Also

Formats:

$CPTDWw. Format

$CPTWDw. Format

Informats:

$CPTWDw. Informat

Previous Page | Next Page | Top of Page