seems to work the greater than and less than operators do not.
I will write the function if it hasn't been done already.
If I have to write it I am assuming using
B4X:
Dim B1() As Byte = S1.GetBytes("UTF8")
Dim B2() As Byte = S2.GetBytes("UTF8")
And looping through the arrays would be the best way to do it?