inputparity statement

The inputparity statement enables or disables the extended character set (xcs) for the current process.

Syntax

inputparity on|off

Parameter(s)

on Enables the extended character set (xcs) for the current process.
off Disables the extended character set (xcs) for the current process.

Description

When xcs is on, the high order bit is not stripped from input that is transmitted to the system. This allows characters in the range 128 through 255 to be used as unique characters.

When xcs is off, the high order bit is stripped from input. Characters from 128 through 255 are not available.

The BASIC inputparity statement is equivalent to the TCL xcs command.