LCOMPARE(array1%(), array2%())

Compare the contents of two long string variables array1%() and array2%().

The returned is an integer and will be -1 if array1%() is less than array2%().

It will be zero if they are equal in length and content and +1 if array1%() is greater than array2%(). The comparison uses the ASCII character set and is case sensitive.