Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Run function/macro from another program
#2
Depends on how the program parses Execute arguments. Should they be enclosed in ""? If yes, what is the escape sequence for " inside ""?

try

Execute(qmcl.exe, M "Function")

Execute("qmcl.exe", "Q ^ M ^Function^")

Execute(qmcl.exe, Q ^ M ^Function^)


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)