K wrote:
> If I create a function that takes that uses the params or param() > how do I pass by parameter by reference?
Searching for "pass by reference" in the Search Documentation window yields one hit with this info:
You specify that a parameter is to be passed
by reference by preceding its name with the
@ character in the called handler's first line.However, if I read your request correctly it almost sounds like what you're looking for is something more akin to function pointers, no?
If so, that can be a little trickier, depending on what you're doing. If my understanding is correct could you post a little more background on what you're after?
-- Richard Gaskin Fourth World Media Corporation ___________________________________________________ Rev tools and more: http://www.fourthworld.com/rev
_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
