How to declare array of arrays of objects on Variables Panel?

Hi! Just wondering how I can declare a variable with data type Array of Array of Objects? I’m trying to achieve Object()()

give a try at:
Object Array:
new Object(){}

Array of Object-Array
new Object()(){}

UPD1 - enhanced the answer
grafik

UPD2 - Variable Panel Actions
grafik

then select Object

Or Select Again Array of [T]

I was trying to achieve the second one. Tho, how do I declare in on the Variables Panel? I’ve tried Array()() and Object()
image
but I am getting this error when I try to make use of the values:
image

grafik
Then select:
grafik
Then Object
grafik

OK, OK

1 Like

Ohh, I must’ve missed that option. That solved my problem! Thanks a lot for your help, @ppr! :smiley:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.