SET-ALPHA

Sets a specified range of  hexadecimal values to be alphabetic for the executing process.

Command Class

TCL-II command.

Syntax

SET-ALPHA ({n-m} {C}

Syntax Elements

m is the last hexadecimal value in the range.

n is the first hexadecimal value in the range.

Options

C Clears X'80'-X'FF' to non-alphabetic.

Restrictions

m > n, n > X'7F', m <= X'F8'.

Comments

Refer to the description of LOAD-ALPHA for more details.

Go to top button