I have an custom object declared (ThreadObj) and I want to create a THREADLISTS, holding multiple arrays of Threadlist. So
Threadlist:ThreadObj[]=[];
THREADLISTS:[ThreadObj[]][ThreadObj]=[][]; //how to type and init?
The first dim is of ThreadObj[] and the second is of ThreadObj.
Cheers
ThreadObj[][]. If that's not what you mean then can you provide an example ofTHREADLISTSuse? Maybe we're misunderstanding.