Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Get a return value from "mac(function)" ?
#2
Use reference argument(s).

Caller
Code:
Copy      Help
function str'name

name = "Function75" ;; temp

int RET
int hThread=mac(name "" &RET)
wait 0 H hThread

if(RET) out "True"
else out "False"

Function Function75
Code:
Copy      Help
function# int&RET
RET=0
1
RET = 1;

Also try RunTextAsFunction and RunTextAsFunction2.


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)