Page 1 of 1

multiple function returns

Posted: Wed Mar 19, 2008 9:46 am
by aceconcepts
Hi,

If I created a function that adds values to a database table, how can I get more than one value returned from that function?

Re: multiple function returns

Posted: Wed Mar 19, 2008 9:48 am
by pickle
Have the function return an array.

Re: multiple function returns

Posted: Wed Mar 19, 2008 10:00 am
by John Cartwright
FYI, when the script hits a return, it will terminate the execution of that scope.