07-18-2008, 06:40 AM
Use reference argument(s).
Caller
Function Function75
Also try RunTextAsFunction and RunTextAsFunction2.
Caller
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
Also try RunTextAsFunction and RunTextAsFunction2.