Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Expect to add support for the imacros API code
#41
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
Code:
Copy      Help
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()


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)