Page 1 of 1

What would be the proper way to return a two-dimensional list from a method?

Posted: Fri Sep 08, 2017 6:24 pm
by HMJust
What would be the proper way to return a two-dimensional list?

Like, I have a list of value-groups (different types). A list of lists of string, decimal, decimal, string, decimal

I wish to define this, add to it and return it from a method.

Re: What would be the proper way to return a two-dimensional list from a method?

Posted: Fri Sep 08, 2017 7:43 pm
by dannyoorburg
My instinctive answer would be to wrap it up inside a Reusable Part and pass the reference around....

Danny