oops posted last functions incorrectly should have been these
seems this will not work for you
Function Function211
and this
Function Function211
but this does
Function Function211
but all 3 should work
report it in bug reports to Gintaras . I cannot help solve this. Only Gintaras can.
seems this will not work for you
Function Function211
str s ss sss
int i t
s="this is a test"
ss="for Win"
i=4
t=132
sub.TestForWin(s sss ss i t)
out sss
#sub TestForWin
function ~s1 ~&result [~s2][ii][tt]
result.format("%s %i %s %i "s1 ii s2 tt)
ret
Function Function211
str s ss sss
int i t
s="this is a test"
ss="for Win"
i=4
t=132
sub.TestForWin(s sss ss i t)
out sss
#sub TestForWin
function ~s1 ~&result [~s2][#ii][#tt]
result.format("%s %i %s %i "s1 ii s2 tt)
ret
but this does
Function Function211
str s ss sss
int i t
s="this is a test"
ss="for Win"
i=4
t=132
sub.TestForWin(s sss ss i t)
out sss
#sub TestForWin
function ~s1 ~&result [~s2][int'ii][int'tt]
result.format("%s %i %s %i "s1 ii s2 tt)
ret
but all 3 should work
report it in bug reports to Gintaras . I cannot help solve this. Only Gintaras can.