DACHR

Disable activation characters

WSupported on Windows
USupported on Unix
VSupported on OpenVMS
NSupported in Synergy .NET
xcall DACHR(character[, ...])

Arguments

character

One or more decimal codes, each representing an ASCII character. Valid codes are 0 through 255. (n)

Discussion

The DACHR subroutine deactivates activation characters (as established by the ACCHR subroutine) so they will not be processed during terminal input.

If you try to disable a character that is not currently in the list of activation characters, your attempt will be ignored. The default activation characters (line feed, form feed, Tab, and Esc) cannot be deactivated.

See also

ACCHR for more information about activation characters and sample code that contains the DACHR subroutine