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?
Chris wrote: Fri Apr 26, 2024 7:25 am Den,
Is Alaska always ignoring the case when doing string comparisons, or is this behavior based on a setting?