If VBA you can use
While
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
And looping through the arrays would be the best way to do it?
B4X:
If Str1 > Str2 Then ...
B4X:
If Str1 = Str2 ...
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")