DACHR
WTSupported in traditional Synergy on Windows
|
WNSupported in Synergy .NET on Windows
|
USupported on UNIX
|
VSupported on OpenVMS
|
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