m_ColLicsStr
This call compares two LICS strings according to the selected sort type. m_ColLicsStr is
only used by applications which run with LICS.
- Syntax: m_ColLicsStr
- Parameters: es:si Pointer to string 1
cx Length of string 1
ax:dx Pointer to string 2
bx Length of string 2
- Returns: 0 - if strings are equal
+1 - if string 1 characters precede string 2 (alpha-numerically)
-1 - if string 2 characters precede string 1 (alpha-numerically)
- Comments: m_ColLicsStr is designed for easy access in assembly language from
the 1-2-3 driver. This call does not conform to the C interface
structure. Although it is available for ISV applications, it is
not recommended.