Passing an array to a function/handler

2003-06-11 Thread Huisingh, Larry R
Title: Passing an array to a function/handler I can't tell from the docs...Can you pass an array to a function (or handler)? I haven't had any success in doing it. Larry Huisingh

Re: Passing an array to a function/handler

2003-06-11 Thread Richard Gaskin
Huisingh, Larry R wrote: I can't tell from the docs...Can you pass an array to a function (or handler)? I haven't had any success in doing it. Your code? -- Richard Gaskin Fourth World Media Corporation Developer of WebMerge 2.2: Publish any database on any site

Re: Passing an array to a function/handler

2003-06-11 Thread Dar Scott
On Wednesday, June 11, 2003, at 05:27 PM, Huisingh, Larry R wrote: I can't tell from the docs...Can you pass an array to a function (or handler)?  Yes, but arrays do not have full value semantics. You can pass an array as a parameter. You can return an array as the value of a function, but

Re: Passing an array to a function/handler

2003-06-11 Thread Robert Brenstein
I can't tell from the docs...Can you pass an array to a function (or handler)? I haven't had any success in doing it. Larry Huisingh Yes, it is possible. I am doing it routinely. Robert ___ metacard mailing list [EMAIL PROTECTED]