To extract elements from an array, you can use the Index Array function or an auto-indexed for loop. To convert 0 or 1 to a boolean simply use the Not Equal to Zero VI from the comparison pallette - if the number is 0 you'll get an F and if it isn't you'll get a T. However, the nice thing about LabVIEW is that you can often perform the same actions on different types of things. In this case you can wire the array directly into the Not Equal to Zero VI and you'll get an array of booleans - each corresponding to an element in the original array. Here's an example that shows all three.
___________________
Try to take over the world!