key_exec

Executes a key trigger.

Available in:

Apps (win) Apps (char) Reportwriter RPC Standalone PL
X X      

Syntax

void key_exec(data)
int           data

Description

data specifies a key (from 0 - 79) to execute. If it is negative, the special [ANY] key is executed.

Example

Executes the key trigger associated with the [Enter].
key_exec(key_enter);