Hi Gintaras,
sometimes it works that I can pass/return an integer variable to a custom function via function line like
Function Func164
I know I can use ret function line to achieve this but not ok if I want to return many integer variables that come out of function.
Alternatives I can do are pass as str&strvar using val(strvar) on either end or pass ARRAY(int) or a custom variable type with integer members.
However, it's weird that sometimes above works and sometimes returns 0 and sometimes returns error.
Thanks,
S
sometimes it works that I can pass/return an integer variable to a custom function via function line like
Function Func164
I know I can use ret function line to achieve this but not ok if I want to return many integer variables that come out of function.
Alternatives I can do are pass as str&strvar using val(strvar) on either end or pass ARRAY(int) or a custom variable type with integer members.
However, it's weird that sometimes above works and sometimes returns 0 and sometimes returns error.
Thanks,
S