How do I return multiple values from a funtion?

Can I pass and return an array from a function?

In the script I am writing at the moment, I am trying to break it up into a series of function calls. I would like to be able to return an array from a function alongside a number of other variables

Hope you can help [Smile]