Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
solve the conflict between double keys
#41
Macro Macro30
Code:
Copy      Help
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
Code:
Copy      Help
function ~s1 ~&result [~s2][int'ii][int'tt]
result.format("%s %i %s %i"s1 ii s2 tt)
ret

Macro Macro31
Code:
Copy      Help
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
Code:
Copy      Help
function ~s1 ~&result [~s2][ii][tt]
result.format("%s %i %s %i"s1 ii s2 tt)
ret

you really need to report this as your not able to use qm correctly


Messages In This Thread
solve the conflict between double keys - by win - 04-25-2019, 02:58 AM
RE: solve the conflict between double keys - by Kevin - 04-27-2019, 04:33 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)