Index array with another variable?

Hi! Im trying to index a array with another variable, is this not possible?
image

xWeekday is array of bool, and TestInt is the variable im trying to index the array with.

Use indirect tag binding.

Uhm... how do i do that?

EDIT: Nevermind, i found it. Thank you :slight_smile:

Good!
Don't forget to hit the solution icon on the post that best answered your question.