@moon
Yeah, and u can also type a space between BAS_var and square brackets instead of round brackets. In your case:
myvar[ [[CYCLE_INDEX]] ].name
How to use variable inside another variable ?
-
@niceusername said in How to use variable inside another variable ?:
For example like [[array[[Index]]]]
Above example doesn't work by the way.[[array]][ [[Index]] ] or VAR_array[VAR_Index]