VERY precise question

Imagine 6 buttons, labeled from 1 to 6, and 6 string variables labeled the same. I have a input box that changes the content of these variables, how do i make what the user has entered into one of the numbers save the current changes on the selected number and then opening the new number when clicking on another numbered button?

i dont think this diagram helps but here it is if you need it
image

1 Like

when click on the number button, change a scene variable to be that number, and when you save, call that variable to know which variable to save to.

1 Like

you cant call another variable in a variable name

BUT you can do with structure and array childs

how should i implement that

Structure[ChildNameExpression]