MultiDim Array & Scope
I want to build a method which will return a multidimensional array which I can use to populate an SWT Tree. I cannot initialize the array till I get to the Option loop and as a result my array cannot be seen outside that level.
Get all ProductTypes
For Each ProductType
Get all Product
For Each Product
Get all Options
I want to get here
Array[ProductType][Product][Options]
Thanks for the assist
Rgds
Message was edited by:
Popick

