Macro Macro30
Function TestForWin
Macro Macro31
Function TestForWin2
you really need to report this as your not able to use qm correctly
str s ss sss
int i t
s="this is a test"
ss="for Win"
i=4
t=132
TestForWin(s sss ss i t)
out sss
Function TestForWin
function ~s1 ~&result [~s2][int'ii][int'tt]
result.format("%s %i %s %i"s1 ii s2 tt)
ret
Macro Macro31
str s ss sss
int i t
s="this is a test"
ss="for Win"
i=4
t=132
TestForWin2(s sss ss i t)
out sss
Function TestForWin2
you really need to report this as your not able to use qm correctly