Where to find all available expressions for structure variables. Can not find them in the Expression Editor.
Expressions…can you explain it to me? because I think they haven’t any expressions, just:
Main.Child_1.Child_11
Main["Child_1"]["Child_11"]
or any combination:
Main["Child_1"].Child_11
1 Like
For example: Main.Size, Main.AppendChild, Main[ToString(number)].Child or something similar.
This is just a way to call the variable, instead of a constant string, you use a variable string. It isn’t a variable expression.
To append a child, simply set its value in any event, I think
It’s really interesting But it seems that there is no way to get the variable’s size
I usually use a child named “n” and increase it every time I add a “real child”, so I follow the variable size.
1 Like