Defines the bit-patterns for one or more characters.
SET CHR first-character, integer-array(*)
Usage:
ALLOCATE INTEGER Onechar(1:CHRY,1:CHRX)
SET CHR 65,Onechar(*)
ALLOCATE INTEGER Several(1:5;1:CHRY,1,:CHRX)
SET CHR 66,Several(*)
Description:
This command can be used to redefine the appearance of one or more characters. The computer display must support redefinition of alpha characters or an error will be returned.