_Kurt Posted January 4, 2007 Posted January 4, 2007 Title basically explains it all. Is there a way to return several arrays in a UDF? Kurt Awaiting Diablo III..
Helge Posted January 4, 2007 Posted January 4, 2007 I've used ByRef to do this in the past. Func Sheom(ByRef $aDucks, ByRef $aDogs, ByRef $aBirds) EndFunc
Paulie Posted January 4, 2007 Posted January 4, 2007 (edited) Title basically explains it all. Is there a way to return several arrays in a UDF?KurtWhy would you need the return of several arrays when you could just have one multi-dimensional array that contains all your data.I;m sure there are reasons, but what are you using it for, because it might be easier...EDIT: beat again! darn you heldge! Edited January 4, 2007 by Paulie
Helge Posted January 4, 2007 Posted January 4, 2007 EDIT: beat again! darn you heldge!Who did what with who and why ?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now