Previous Page | Next Page

Informats for NLS

$CPTWDw. Informat



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

Syntax
Syntax Description
Comparisons
Examples
See Also

Syntax

$CPTWDw.


Syntax Description

w

specifies the width of the input field.

Default: 200
Range: 1-32000

Comparisons

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


Examples

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

Statements Result

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

put x;

[untitled graphic]


See Also

Formats:

$CPTWDw. Format

$CPTDWw. Format

Informats:

$CPTDWw. Informat

Previous Page | Next Page | Top of Page