01-14-2017, 12:38 PM
Modify the following code, the code can be completed, but the operation is not the same as the prompt, you can help me look at the situation, thank you
Operation video linkļ¼
https://youtu.be/j_P966QfAYU
Macro Macro2
Operation video linkļ¼
https://youtu.be/j_P966QfAYU
Macro Macro2
IDispatch iim1._create("iMacros")
int i=iim1.iimInit()
int s
i = iim1.iimSet("name", "Tom Tester")
i = iim1.iimSet("age", "34")
i = iim1.iimDisplay("This is a test")
i = iim1.iimPlay("qm")
if i > 0
,
,s = "Everything OK"
else
,s = iim1.iimGetLastError()
,
mes F"{s}"
i = iim1.iimExit()