On Monday, July 19, 2004, at 03:37 AM, K wrote:



If I create a function that takes that uses the params or param() how do I pass by parameter by reference?



Hmmm.

on somehandler @passme
  do stuff with param(2) to param(16)
  put what you have done into passme
end somehandler

call it in a script by

somehandler passme, 3, 4, -2, "Bob"



Regards,

Raymond

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to