set an application specific compare function for a key of an ISAM file
set an application specific compare function for a key of an ISAM fileparameter index specifies which of the indices to set the compare function for
an application specific compare function can be used in order to implement special orderings of the values of an index, e.g. because of the use of European "umlauts" in names
the default compare function is the c-library memcmp function the key compare function should behave like memcmp