Check element status in boolean array

Hello, how do I check the status of a specific index value in an array of booleans if it is true or false and print it to the screen? Thank you

From your array, drag out a wire and search for “Get”. Then type in the index you wish to evaluate the status of and it will return that index for you. You can then drag from the return pin of the “Get” node and search for “print string” and hook up the bool wire into the “string” input (it will automatically connect a bool to the bool pin, make sure you break the auto-link and connect the red wire to the purple string pin). This will now print the value of the bool to the screen for you.

I created a tutorial video with subtitles on Array Boolean usage. It might help someone.