| The CompareStr function is Obsolete. 
 New code should use the AnsiCompareStr function, which takes into account multi-byte strings, and accented characters.
 
 The Integer output is as follows:
 
 
 | FirstString < SecondString | : -ve number |  | FirstString = SecondString | : 0 |  | FirstString > SecondString | : +ve number | 
 |