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.
What would be the proper way to return a two-dimensional list from a method?
What would be the proper way to return a two-dimensional list from a method?
I don't know what I am doing, nor how I did it. If it works, luck was involved 
-
dannyoorburg
- Posts: 177
- Joined: Mon Jan 04, 2016 9:50 am
- Location: Australia
Re: What would be the proper way to return a two-dimensional list from a method?
My instinctive answer would be to wrap it up inside a Reusable Part and pass the reference around....
Danny
Danny