Use this setter/getter function to read or write to a item in the array.
Item(
Item(BitArray is 0 based, that is the first string is number 0.
If you have REALbasic 2010r4 or later then you can use the Operator_Subscript to address the elements of the array instead. (as in myValue = myArray(0) instead of myValue = myArray.Item(0) )