Hi,

Is it possible to have a function return an array as it's return value?

Well actually, I guess it is possible to return an array because it seem to be returning the array, but I can't figure out how to use it in the calling sub.

When it the function returns the array, and I try to assign that array to another array, it won't let me.. So I guess the real question is, how do you use an array returned from a function?

Any help or examples would be appreciated..

dan