|
|
|
|
Functions
Events
MioScript Reference
|
|
Syntax
| extern.sendNum(WindowHandle, int, int, int, int) |
Parameters
| HANDLE | WindowHandle | Handle of the target application
| | INT | int | Number 0 to be sent
| | INT | int | Number 1 to be sent
| | INT | int | Number 2 to be sent
| | INT | int | Number 3 to be sent |
Return value
No value is returned.
Description
Send up to 4 numeric values to an external application.
This is the easier way to communicate with an application.
The number is received by the target application with event.extern:received:num and extern.receivedNum |
|
|
|