call statement

Description

call(snStore)

The call statement calls an Input Method Extension (IMX) DLL. Functionally it behaves like the use statement, and can be used anywhere the use statement is valid except after the begin statement..

The store given must be referencing a function in an external DLL, as below:

Examples

store(DLLFunction) "myimx.dll:KeyEvent"
+ 'a' > call(DLLFunction)

See DLL Interface for Keyman for more information.