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
UPD2 - Variable Panel Actions
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()
but I am getting this error when I try to make use of the values:
Then select:
Then Object
OK, OK
1 Like
Ohh, I must’ve missed that option. That solved my problem! Thanks a lot for your help, @ppr!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.