The X# documentation for the SetCollation says that if the #Clipper mode is set, then the comparison of Latin characters is carried out in this order: A < B < C < ... < Z < a < b < c < ... < z
So after seeing this function in the documentation, I decided that the string comparison problem could be solved in a simpler way. Can I rely on these functions?