Click to See Complete Forum and Search --> : reference to the JavaScript function.


dav79
August 19th, 2003, 05:06 AM
Hi there.
how can I pass reference to the function in JavaScript? as we done it in C: void f(int&) ???
thanks a lot! :)

Satishpp
August 19th, 2003, 11:10 AM
Passing by reference is not supported in javascript

http://webreference.com/js/tips/010210.html

http://www.webreference.com/js/tips/991217.html

Satish