Hi Guys I have compared an array and '0' is being returned which indicates to me that that array is equal p t = $ie.table(:index, '2').to_a.flatten p t <=> ["HINCKLEY", "HINDHEAD", "HINTON ST GEORGE"] Now would it be possible for me to extract any differences from this array (that is, when the array is not equal)? Or should I really be using Test::Unit: to assert array equality? aidy