User's Reference > General > TCL and General User Commands > Command Reference > S > SET-ALPHA

Comment on this topic

Documentation Comments

Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.

Reality V15.0 ()

SET-ALPHA (TCL) (m604806+setalpha.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

SET-ALPHA

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

Command Class

TCL-II command.

Syntax

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

Syntax Elements

m is the decimal representation of the first hexadecimal value in the range.

n is the decimal representation of the last hexadecimal value in the range.

Options

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

Restrictions

m < n, m > 127 (i.e. X'7F'), n <= 248 (i.e. X'F8').

Example

SET-ALPHA (128-135

Sets X'80' to X'87' to be alphabetic.

Comments

If the command is successful, the system responds with Done.

If the command is unsuccessful, the system responds with [9119] Alphabetic definition out of range.

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

RealityV15.0Comment on this topic