scriptsLimits

Raymond Griffith rgriffit at ctc.net
Mon Jul 19 19:19:03 EDT 2004


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



More information about the use-livecode mailing list