07-22-2014, 11:51 PM
Hi Gintaras and all QM fellows!
Two questions, please:
1- Why the delay exe vs function?
2- How to pass parameters from a QM exe to a QM function?
Regards.
Macro Macro412
Function Function18
Macro Macro414 <- This is my exe
Two questions, please:
1- Why the delay exe vs function?
2- How to pass parameters from a QM exe to a QM function?
Regards.
Macro Macro412
out
long t1 t2 t3
t1=perf
run "$my qm$\Macro414.exe" "a b c"
t2=perf
Function18 "a b c"
t3=perf
out F"{(t2-t1)} microsec"
out F"{(t3-t2)} microsec"
out F"{(t2-t1)/(t3-t2)} times faster"
;148068 microsec
;47 microsec
;3150 times fasterFunction Function18
Macro Macro414 <- This is my exe
