hi...can someone point me to info on an example of returning a value with a function....I found how to pass a function a value but how does you use the value returned by a function?
thanks
Dan
Action: Function:Set return value
Expression: Function:ReturnValue
manual
blackhornet
thanks!...but when I create a function with local variable inside of it, why wont it let me select one of those local variables as a return value?
DAn
<img src="http://bht.hostingsiteforfree.com/samples/LclFncVar.png" border="0" />
oh ok....thanks!
Develop games in your browser. Powerful, performant & highly capable.
easier would be (using blackhornet's example)
set text to function.call("MyFnc")
combines the two lines into one