Macro Statements

You can use the following statements when you create a macro:
Key function
Use Z and I Emulator for Windows-supplied key functions
Macro
Define a macro within another macro but you cannot create a macro in a permanent loop where the first macro is repeatedly called at the end of the macros.
Character
Use any characters in the Character list in the Customized Macro window.
Character string
Use character strings you can type from the keyboard. You must use a double quotation mark (“) at the beginning of the character string.
Wait condition
Specify wait conditions to stop the process until the specified time has elapsed or the status satisfying the specified condition occurs.
Tokens
You can use tokens, such as goto and run, to add logic.