[SOLVED/TUTORIAL] Dynamic arrays and structure notation

And can I “declare” that element in the same way?

Can I declare a “two-dimension” array element like this:

Do =Variable(myVar) To Variable myStruct[VariableString(count_1)][VariableString(count_2)].childVar

And access in this way:

Do = Variable(myStruct[VariableString(count_1)][VariableString(count_2)].childVar) To Variable myVar

Bacause that’s great but it’s not working or I’m still doing something wrong.